1 parent 1ba5b92 commit 8f2d80fCopy full SHA for 8f2d80f
2 files changed
.github/workflows/unit_tests.yml
@@ -56,7 +56,7 @@ jobs:
56
sudo cp ./nvim.appimage /usr/bin/nvim
57
sudo chmod uog+rwx /usr/bin/nvim
58
- name: Install treesitter parsers
59
- run: nvim --headless -c "TSInstallSync cpp" -c "q"
+ run: nvim --headless -c "TSInstall cpp" -c "q"
60
61
- name: Run Test
62
run: ./scripts/run_tests.sh
scripts/minimal_setup.lua
@@ -9,4 +9,3 @@ vim.o.filetype = 'cpp'
9
10
require("nvim-treesitter").setup {
11
}
12
-require'nvim-treesitter'.install { 'cpp'}
0 commit comments