Added comment and toggle to neotree

This commit is contained in:
Pablu23
2024-05-21 09:53:41 +02:00
parent c39bd34324
commit f011aa49f1
4 changed files with 64 additions and 56 deletions

7
lua/plugins/comment.lua Normal file
View File

@@ -0,0 +1,7 @@
return {
'numToStr/Comment.nvim',
opts = {
-- add any options here
},
lazy = false,
}