workaround for php autoindent turned off

https://github.com/nvim-treesitter/nvim-treesitter/issues/462
This commit is contained in:
Ray Elliott 2021-09-08 16:44:42 +01:00
parent 6847f5b915
commit 6af0c10297
1 changed files with 4 additions and 0 deletions

4
after/indent/php.vim Normal file
View File

@ -0,0 +1,4 @@
" https://github.com/nvim-treesitter/nvim-treesitter/issues/462#issuecomment-700278736
setlocal indentexpr =
setlocal autoindent
setlocal smartindent