workaround for php autoindent turned off
https://github.com/nvim-treesitter/nvim-treesitter/issues/462
This commit is contained in:
parent
6847f5b915
commit
6af0c10297
|
@ -0,0 +1,4 @@
|
|||
" https://github.com/nvim-treesitter/nvim-treesitter/issues/462#issuecomment-700278736
|
||||
setlocal indentexpr =
|
||||
setlocal autoindent
|
||||
setlocal smartindent
|
Loading…
Reference in New Issue