diff options
| author | Searidang Pa <dangsyncpa@gmail.com> | 2026-01-09 17:16:05 -0500 |
|---|---|---|
| committer | Searidang Pa <dangsyncpa@gmail.com> | 2026-01-09 17:16:05 -0500 |
| commit | 2d549a9a6c7c32b0f3259d1627202debe11cee26 (patch) | |
| tree | d98134fc01b355e352cf5b4efd7a9c4573fc6915 /scripts | |
| parent | 801d6e66811cb4847f76db7a40af351a506bab87 (diff) | |
| download | a4-2d549a9a6c7c32b0f3259d1627202debe11cee26.tar.xz a4-2d549a9a6c7c32b0f3259d1627202debe11cee26.zip | |
Fix indentation for Treesitter install in minimal test script
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/tests/minimal.vim | 6 |
1 files changed, 3 insertions, 3 deletions
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) |
