Files
dotfiles/nvim/plugin-config/vim-commentary.vim
2021-12-23 19:20:40 +01:00

7 lines
221 B
VimL

" 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-->