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
commit 6af0c10297

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