FollieHiyuki-dotfiles/home/.config/nvim/after/ftplugin/yaml.vim
2021-07-04 03:19:46 +03:00

8 lines
154 B
VimL

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