feat: Rearranges nvim configuration

This commit is contained in:
2024-12-20 08:10:53 -05:00
parent ee7854eafc
commit b78fb64bd3
33 changed files with 5 additions and 224 deletions

View File

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