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 = {
|
||||
enable = true;
|
||||
indent = true;
|
||||
|
|
@ -8,10 +7,6 @@
|
|||
grammarPackages = pkgs.vimPlugins.nvim-treesitter.allGrammars;
|
||||
};
|
||||
|
||||
plugins.treesitter-context = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
plugins.treesitter-textobjects = {
|
||||
enable = false;
|
||||
select = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue