Merge branch 'main' of github.com-youtube_git_user:josean-dev/dev-environment-files

This commit is contained in:
josean-dev 2024-01-08 17:40:49 -04:00
commit 5e8b873d76

View file

@ -52,12 +52,10 @@ return {
node_decremental = "<bs>", node_decremental = "<bs>",
}, },
}, },
-- enable nvim-ts-context-commentstring plugin for commenting tsx and jsx
context_commentstring = {
enable = true,
enable_autocmd = false,
},
}) })
-- enable nvim-ts-context-commentstring plugin for commenting tsx and jsx
require('ts_context_commentstring').setup {}
end, end,
}, },
} }