remove treesitter context plugin
This commit is contained in:
parent
7bc1e27c3e
commit
fab2e0cb95
1 changed files with 1 additions and 6 deletions
|
|
@ -1,5 +1,4 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
|
|
||||||
plugins.treesitter = {
|
plugins.treesitter = {
|
||||||
enable = true;
|
enable = true;
|
||||||
indent = true;
|
indent = true;
|
||||||
|
|
@ -8,10 +7,6 @@
|
||||||
grammarPackages = pkgs.vimPlugins.nvim-treesitter.allGrammars;
|
grammarPackages = pkgs.vimPlugins.nvim-treesitter.allGrammars;
|
||||||
};
|
};
|
||||||
|
|
||||||
plugins.treesitter-context = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
plugins.treesitter-textobjects = {
|
plugins.treesitter-textobjects = {
|
||||||
enable = false;
|
enable = false;
|
||||||
select = {
|
select = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue