1
0
Fork 0
numbers/nvim/after/ftplugin/yaml.vim

8 lines
154 B
VimL

setlocal autoindent
setlocal expandtab
setlocal indentkeys-=<:>
setlocal iskeyword+=-,$,#
setlocal shiftwidth=2
setlocal softtabstop=2
setlocal tabstop=2