tests/plugins/lz-n: resolve treesitter conflict

Just remove the dependency on treesitter for testing lz-n.
This commit is contained in:
Austin Horstman 2026-01-23 12:47:52 -06:00 committed by Matt Sturgeon
parent edbd483f08
commit 22dd228f36

View file

@ -74,12 +74,9 @@ in
dial-nvim
vimtex
telescope-nvim
nvim-biscuits
crates-nvim
]);
plugins.treesitter.enable = true;
plugins.lz-n = {
enable = true;
plugins = [
@ -130,16 +127,6 @@ in
end
'';
}
# On event
{
__unkeyed-1 = "nvim-biscuits";
event.__raw = "{ 'BufEnter *.lua' }";
after.__raw = ''
function()
require('nvim-biscuits').setup({})
end
'';
}
# On command no setup function, priority
{
__unkeyed-1 = "telescope.nvim";