FollieHiyuki-dotfiles/home/.config/nvim/after/ftplugin/yaml.vim
2021-10-17 21:48:02 +07:00

8 lines
154 B
VimL

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