mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(vim): add configuration for vim-commentary
This commit is contained in:
6
nvim/plugin-config/vim-commentary.vim
Normal file
6
nvim/plugin-config/vim-commentary.vim
Normal 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-->
|
||||
Reference in New Issue
Block a user