LunarVim/plug-config/nerd-commenter.vim
2020-05-17 15:41:15 -04:00

3 lines
156 B
VimL

" nnoremap <silent> <space>/ :Commentary<CR>
vnoremap <silent> <space>/ :Commentary<CR>
autocmd FileType javascript.jsx setlocal commentstring={/*\ %s\ */}