diff --git a/.config/nvim/lua/josean/plugins/nvim-treesitter.lua b/.config/nvim/lua/josean/plugins/nvim-treesitter.lua index b58625e..cf02c6c 100644 --- a/.config/nvim/lua/josean/plugins/nvim-treesitter.lua +++ b/.config/nvim/lua/josean/plugins/nvim-treesitter.lua @@ -52,12 +52,10 @@ return { node_decremental = "", }, }, - -- 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, }, }