1
0
mirror of https://github.com/pratiktri/dotfiles.git synced 2026-05-07 03:53:41 +05:30

fix(neovim): nvim-treesitter updates for neovim 0.12 & remove

nvim-ts-context-commentstring plugin
This commit is contained in:
Pratik Tripathy
2026-04-15 12:35:40 +05:30
parent 14fd2092ef
commit 2c4aa996e5
2 changed files with 126 additions and 107 deletions
@@ -172,19 +172,6 @@ return {
end,
},
-- Intelligent commenting on JSX
{
"JoosepAlviste/nvim-ts-context-commentstring",
opts = {
options = {
enable_autocmd = false,
},
},
config = function()
vim.g.skip_ts_context_commentstring_module = true
end,
},
-- Highlight colors
{
"brenoprata10/nvim-highlight-colors",