LunarVim/plug-config/nerd-commenter.vim

4 lines
156 B
VimL
Raw Normal View History

2020-05-17 21:41:15 +02:00
" nnoremap <silent> <space>/ :Commentary<CR>
vnoremap <silent> <space>/ :Commentary<CR>
autocmd FileType javascript.jsx setlocal commentstring={/*\ %s\ */}