removed nvim-treesitter-context.

This commit is contained in:
Gabe Venberg 2025-08-20 14:16:25 +02:00
parent e4247f017e
commit dc5a23b7f1
2 changed files with 0 additions and 6 deletions

View file

@ -143,7 +143,6 @@
treesitter = [
comment-nvim
rainbow-delimiters-nvim
nvim-treesitter-context
nvim-treesitter.withAllGrammars
treesj
];

View file

@ -38,11 +38,6 @@ return {
require('Comment').setup()
end,
},
{
"nvim-treesitter-context",
for_cat = 'treesitter',
keys = { { "<leader>x", "<cmd>TsContext toggle<CR>", mode = { "n" }, desc = "Toggle Context" }, },
},
{
"treesj",
for_cat = 'treesitter',