From 22dd228f3676476eec39026de26154c8b4ce126e Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Fri, 23 Jan 2026 12:47:52 -0600 Subject: [PATCH] tests/plugins/lz-n: resolve treesitter conflict Just remove the dependency on treesitter for testing lz-n. --- tests/test-sources/plugins/pluginmanagers/lz-n.nix | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/tests/test-sources/plugins/pluginmanagers/lz-n.nix b/tests/test-sources/plugins/pluginmanagers/lz-n.nix index 0d830491..73af5a39 100644 --- a/tests/test-sources/plugins/pluginmanagers/lz-n.nix +++ b/tests/test-sources/plugins/pluginmanagers/lz-n.nix @@ -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";