workaround for php autoindent turned off
https://github.com/nvim-treesitter/nvim-treesitter/issues/462
This commit is contained in:
parent
6847f5b915
commit
6af0c10297
1 changed files with 4 additions and 0 deletions
4
after/indent/php.vim
Normal file
4
after/indent/php.vim
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
" https://github.com/nvim-treesitter/nvim-treesitter/issues/462#issuecomment-700278736
|
||||
setlocal indentexpr =
|
||||
setlocal autoindent
|
||||
setlocal smartindent
|
||||
Loading…
Add table
Add a link
Reference in a new issue