neovim setup
This commit is contained in:
14
lua/plugins/comment.lua
Normal file
14
lua/plugins/comment.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
return {
|
||||
"numToStr/Comment.nvim",
|
||||
opts = {
|
||||
toggler = {
|
||||
line = "gtc",
|
||||
block = "gtb",
|
||||
},
|
||||
opleader = {
|
||||
line = "goc",
|
||||
block = "gob",
|
||||
},
|
||||
},
|
||||
lazy = false,
|
||||
}
|
||||
Reference in New Issue
Block a user