Now works with Fedora
This commit is contained in:
2
configs/dotfiles/nvim/lua/gib_nvim/nerdcomments.lua
Normal file
2
configs/dotfiles/nvim/lua/gib_nvim/nerdcomments.lua
Normal file
@ -0,0 +1,2 @@
|
||||
-- Toggle Comments in Visual/Normal Mode
|
||||
vim.keymap.set({"n", "v"}, "<leader>c", "<plug>NERDCommenterToggle")
|
Reference in New Issue
Block a user