feat: cleanup

This commit is contained in:
Moritz Böhme 2024-04-21 11:21:46 +02:00
parent b09d30959b
commit 54e55f4b6d
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
4 changed files with 7 additions and 173 deletions

View file

@ -65,15 +65,5 @@ with builtins;
];
}
)
{
plugin = nvim-treesitter-textsubjects;
event = [ "BufReadPost" "BufNewFile" ];
conf = readFile ./lua/nvim-treesitter-textsubjects.lua;
}
{
plugin = nvim-treesitter-context;
event = [ "BufReadPost" "BufNewFile" ];
opts = { };
}
];
}