chore(vim): add configuration for vim-commentary

This commit is contained in:
Stefan Imhoff
2021-12-23 19:20:40 +01:00
parent 8ec3567276
commit dbfc5174e6
4 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
" commentary.vim
" https://github.com/tpope/vim-commentary
autocmd FileType apache setlocal commentstring=#\ %s
autocmd FileType gspec setlocal commentstring=#\ %s
autocmd FileType eruby setlocal commentstring=<!--%s-->