]> git.rmz.io Git - dotfiles.git/blob - vim/ftplugin/lua.vim
vim/cpp: set ycm bindings in c.vim only, cpp loads that file too
[dotfiles.git] / vim / ftplugin / lua.vim
1 " indent 2 spaces
2 setlocal shiftwidth=2
3 setlocal tabstop=2
4 setlocal softtabstop=2
5 setlocal expandtab