Improve PHP handling in neovim

I've switched to treesitter but it doesn't handle folding well.
I therefore use native indent method for folding.
This commit is contained in:
Daniel Siepmann 2024-02-20 08:10:45 +01:00
parent 77df84ade7
commit a546c4705c
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -1,5 +1,5 @@
setlocal commentstring=//\ %s
syn spell toplevel
setlocal commentstring=//\ %s
setlocal foldmethod=indent
setlocal omnifunc=v:lua.vim.lsp.omnifunc