nixpkgs/home/programs/neovim/configuration/after/ftplugin/yaml.vim
Daniel Siepmann be7063d983
Improve spell checking within neovim
Turn on spell checking for all files by default.
Enable camel recognition for spell checking by default.
Remove no longer used files as they only turned spell checking off,
which no longer is necessary.
2023-04-20 14:11:12 +02:00

6 lines
228 B
VimL

setlocal tabstop=2 " the visible width of tabs
setlocal softtabstop=2 " edit as if the tabs are 2 characters wide
setlocal shiftwidth=2 " number of spaces to use for indent and unindent
setlocal omnifunc=v:lua.vim.lsp.omnifunc