From 0dc3c5030b778d5256cad5d9529e9ecf7fbfb233 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Sun, 14 Mar 2021 15:10:28 -0400 Subject: The Lua Journey Begins... --- plug-config/vim-commentary.vim | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 plug-config/vim-commentary.vim (limited to 'plug-config/vim-commentary.vim') diff --git a/plug-config/vim-commentary.vim b/plug-config/vim-commentary.vim deleted file mode 100644 index 09ce8958..00000000 --- a/plug-config/vim-commentary.vim +++ /dev/null @@ -1,10 +0,0 @@ -function! Comment() - if (mode() == "n" ) - execute "Commentary" - else - execute "'<,'>Commentary" - endif - endfunction -vnoremap / :call Comment() -autocmd! BufRead,BufNewFile *.{jsx,jx,js} setlocal filetype=javascript.jsx -autocmd FileType javascript.jsx setlocal commentstring={/*\ %s\ */} -- cgit v1.2.3