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

6 lines
228 B
VimL

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