override commentary's comment style for .vue files

This commit is contained in:
Mark Riedesel 2020-09-27 07:59:13 -05:00
parent ce54206b0b
commit 8467660009

View file

@ -83,6 +83,7 @@ nmap <leader>c <Plug>Commentary
xmap <leader>c <Plug>Commentary xmap <leader>c <Plug>Commentary
omap <leader>c <Plug>Commentary omap <leader>c <Plug>Commentary
nmap <leader>cc <Plug>CommentaryLine nmap <leader>cc <Plug>CommentaryLine
autocmd FileType vue setlocal commentstring=//\ %s
"}}} "}}}
Plug 'tpope/vim-fugitive', "{{{ Plug 'tpope/vim-fugitive', "{{{
map \b :Gblame<CR> map \b :Gblame<CR>