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

6 lines
228 B
VimL
Raw Normal View History

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
2022-03-17 09:01:15 +01:00
setlocal omnifunc=v:lua.vim.lsp.omnifunc