nixpkgs/home/programs/neovim/configuration/after/ftplugin/php.vim
2022-03-16 16:54:46 +01:00

10 lines
215 B
VimL

setlocal commentstring=//\ %s
" Activate spell chechking in php files, within php
set spell spelllang=en
syn spell toplevel
" Deactivate spell checking for now
set nospell
setlocal omnifunc=v:lua.vim.lsp.omnifunc