little bit overhaul here and there :))

This commit is contained in:
2026-03-21 15:55:58 +01:00
parent 37e4ba19f8
commit 650ef78405
19 changed files with 601 additions and 428 deletions

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

@@ -0,0 +1,7 @@
-- lua/plugins/extras/comment.lua
-- Smart commenting via gcc / gc<motion>
return {
'numToStr/Comment.nvim',
opts = {},
}