vim.pack.add({ { src = 'https://github.com/preservim/nerdcommenter' } }) vim.keymap.set({ 'n', 'v', 'x'}, 'c', 'NERDCommenterToggle')