summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/_comment/init.lua
blob: 8d2ad524518b93852a114ca1041c115644fabdb5 (plain)
1
2
3
require('nvim_comment').setup()
vim.api.nvim_set_keymap("n", "gc", ":CommentToggle<CR>", {noremap=true, silent = true})
vim.api.nvim_set_keymap("v", "gc", ":CommentToggle<CR>", {noremap=true, silent = true})