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