diff --git a/config/nvim/lua/config/plugins/nvim-treesitter.lua b/config/nvim/lua/config/plugins/nvim-treesitter.lua index 2d69064..e91a9da 100644 --- a/config/nvim/lua/config/plugins/nvim-treesitter.lua +++ b/config/nvim/lua/config/plugins/nvim-treesitter.lua @@ -33,7 +33,6 @@ return { end end, }, - "JoosepAlviste/nvim-ts-context-commentstring", "RRethy/nvim-treesitter-endwise", }, @@ -42,7 +41,6 @@ return { highlight = { enable = true }, indent = { enable = true }, endwise = { enable = true }, - context_commentstring = { enable = true }, auto_install = true, sync_install = false, ensure_installed = {