summaryrefslogtreecommitdiff
path: root/plug-config/nerd-commenter.vim
blob: 1a581a536e25232ff561e420e3e6039c6d73098c (plain)
1
2
3
" nnoremap <silent> <space>/ :Commentary<CR>
vnoremap <silent> <space>/ :Commentary<CR>
autocmd FileType javascript.jsx setlocal commentstring={/*\ %s\ */}