FEAT: Adding Git-Worktree and commit plugin.
This commit is contained in:
11
lua/barink/plugins/comments.lua
Normal file
11
lua/barink/plugins/comments.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
'numToStr/Comment.nvim',
|
||||
opts = {
|
||||
-- add any options here
|
||||
},
|
||||
config = function ()
|
||||
require("Comment").setup()
|
||||
end,
|
||||
lazy = false,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user