add nvim config

This commit is contained in:
maxscout
2025-06-30 21:21:27 -04:00
commit 21debd959b
15 changed files with 316 additions and 0 deletions

7
lua/config/plugins/comment.lua Executable file
View File

@@ -0,0 +1,7 @@
return {
"numtoStr/Comment.nvim",
lazy = false,
init = function ()
require('Comment').setup()
end
}