Nvim: add minuet and some other stuff

This commit is contained in:
Robert Kmieć
2025-06-12 22:43:06 +02:00
parent 04bdd470fd
commit 704a095798
4 changed files with 46 additions and 12 deletions

View File

@@ -1,5 +1,23 @@
return {
return {{
-- 'gcc' to toggle comments
'numToStr/Comment.nvim',
config = true
}
}, {
"soemre/commentless.nvim",
cmd = "Commentless",
keys = {
{
"z/",
function()
require("commentless").toggle()
end,
desc = "Toggle Comments",
},
},
dependencies = {
"nvim-treesitter/nvim-treesitter",
},
opts = {
-- Customize Configuration
},
}}