removed nvim-treesitter-context.
This commit is contained in:
parent
e4247f017e
commit
dc5a23b7f1
2 changed files with 0 additions and 6 deletions
|
|
@ -143,7 +143,6 @@
|
|||
treesitter = [
|
||||
comment-nvim
|
||||
rainbow-delimiters-nvim
|
||||
nvim-treesitter-context
|
||||
nvim-treesitter.withAllGrammars
|
||||
treesj
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue