From 60d72ae1871ee570100282545b87ed8de24ed5d6 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Fri, 23 Jan 2026 09:41:06 -0600 Subject: [PATCH] tests/plugins/indent-tools: skip tests Upstream needs to be updated to be compatible with latest nvim-treesitter-textobjects main branch. --- .../plugins/by-name/indent-tools/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/test-sources/plugins/by-name/indent-tools/default.nix b/tests/test-sources/plugins/by-name/indent-tools/default.nix index 3223eec6..f5e2e609 100644 --- a/tests/test-sources/plugins/by-name/indent-tools/default.nix +++ b/tests/test-sources/plugins/by-name/indent-tools/default.nix @@ -1,9 +1,15 @@ { empty = { + # TODO: upstream needs update to support nvim-treesitter-textobjects namespace: + # local ts_repeat_move = require "nvim-treesitter-textobjects.repeatable_move" + test.runNvim = false; plugins.indent-tools.enable = true; }; defaults = { + # TODO: upstream needs update to support nvim-treesitter-textobjects namespace: + # local ts_repeat_move = require "nvim-treesitter-textobjects.repeatable_move" + test.runNvim = false; plugins.indent-tools = { enable = true; @@ -22,6 +28,9 @@ }; example = { + # TODO: upstream needs update to support nvim-treesitter-textobjects namespace: + # local ts_repeat_move = require "nvim-treesitter-textobjects.repeatable_move" + test.runNvim = false; plugins.indent-tools = { enable = true;