dumb changes

This commit is contained in:
Enrique MP 2024-01-24 19:31:42 +00:00
parent 86f0336078
commit e04eac8bd9
1 changed files with 4 additions and 4 deletions

View File

@ -52,10 +52,10 @@ return {
},
},
-- enable nvim-ts-context-commentstring plugin for commenting tsx and jsx
context_commentstring = {
enable = true,
enable_autocmd = false,
},
-- context_commentstring = {
-- enable = true,
-- enable_autocmd = false,
-- },
})
end,
},