nixpkgs/home/programs/neovim/configuration/after/ftplugin/yaml.vim

8 lines
246 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 nospell
setlocal omnifunc=v:lua.vim.lsp.omnifunc