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

6 lines
204 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
setlocal nospell