tests/plugins/indent-tools: skip tests

Upstream needs to be updated to be compatible with latest
nvim-treesitter-textobjects main branch.
This commit is contained in:
Austin Horstman 2026-01-23 09:41:06 -06:00 committed by Matt Sturgeon
parent 1d9e19a8b8
commit 60d72ae187

View file

@ -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;