From fc03e1982a14226c4b033a45dc7d802d7b147bc6 Mon Sep 17 00:00:00 2001 From: "Andy K. Massimino" Date: Tue, 3 May 2022 23:06:20 -0400 Subject: [PATCH] Fix TS nvim test --- test/new/common/bootstrap.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/new/common/bootstrap.vim b/test/new/common/bootstrap.vim index 7fed58f..38c07f8 100644 --- a/test/new/common/bootstrap.vim +++ b/test/new/common/bootstrap.vim @@ -16,7 +16,7 @@ if $TESTS_ENABLE_TREESITTER } EOF - runtime! plugin/nvim-treesitter.vim + runtime! plugin/nvim-treesitter.{vim,lua} endif filetype plugin indent on