From 2d549a9a6c7c32b0f3259d1627202debe11cee26 Mon Sep 17 00:00:00 2001 From: Searidang Pa Date: Fri, 9 Jan 2026 17:16:05 -0500 Subject: Fix indentation for Treesitter install in minimal test script --- scripts/tests/minimal.vim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/tests/minimal.vim b/scripts/tests/minimal.vim index a4a8708..0695a72 100644 --- a/scripts/tests/minimal.vim +++ b/scripts/tests/minimal.vim @@ -44,9 +44,9 @@ if #to_install > 0 then -- Only attempt installation if nvim-treesitter provided the command. if vim.fn.exists(":TSInstallSync") == 2 then - -- make "TSInstall*" available - vim.cmd("runtime! plugin/nvim-treesitter.vim") - vim.cmd("TSInstallSync " .. table.concat(to_install, " ")) + -- make "TSInstall*" available + vim.cmd("runtime! plugin/nvim-treesitter.vim") + vim.cmd("TSInstallSync " .. table.concat(to_install, " ")) end local still_missing = missing_parsers(required_parsers) -- cgit v1.3-3-g829e