added keybinds and config
This commit is contained in:
9
lua/plugins/comment.lua
Normal file
9
lua/plugins/comment.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
return {
|
||||
'numToStr/Comment.nvim',
|
||||
opts = {
|
||||
-- add any options here
|
||||
toggler = {
|
||||
line = ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user