remove treesitter context plugin

This commit is contained in:
Roel de Cort 2024-04-24 00:19:51 +02:00
parent 7bc1e27c3e
commit fab2e0cb95

View file

@ -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 = {