chore: cleaning up (remove and rename files, refactor config, fix errors)

This commit is contained in:
2025-06-25 18:53:39 -04:00
parent f3bfe6e4c6
commit 3b111bf252
8 changed files with 39 additions and 50 deletions
@@ -0,0 +1,9 @@
return {
'JoosepAlviste/nvim-ts-context-commentstring',
enabled = true,
dependencies = { 'numToStr/Comment.nvim' },
event = 'VeryLazy',
opts = {
enable_autocmd = false,
},
}