Skip to content

Commit

Permalink
Add Comment.nvim plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
michelegera committed Oct 27, 2024
1 parent 04ea1e4 commit c177cc8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/shell/config/nvim/lua/custom/plugins/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,12 @@
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {}
return {
{
"numToStr/Comment.nvim",
opts = {},
confing = function()
require("Comment").setup()
end,
},
}

0 comments on commit c177cc8

Please sign in to comment.