From 846766000921e76ef2705d4db8cd4571137c85b0 Mon Sep 17 00:00:00 2001 From: Mark Riedesel Date: Sun, 27 Sep 2020 07:59:13 -0500 Subject: [PATCH] override commentary's comment style for .vue files --- vim/vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/vimrc b/vim/vimrc index 1e0d7db..84414e2 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -83,6 +83,7 @@ nmap c Commentary xmap c Commentary omap c Commentary nmap cc CommentaryLine +autocmd FileType vue setlocal commentstring=//\ %s "}}} Plug 'tpope/vim-fugitive', "{{{ map \b :Gblame