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:
parent
1d9e19a8b8
commit
60d72ae187
1 changed files with 9 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue