1 parent 7aa92ae commit 02bd85aCopy full SHA for 02bd85a
2 files changed
.github/workflows/unit_tests.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Setup nvim and tree sitter
45
env:
46
NVIM_TAG: ${{ matrix.nvim_version }}
47
- TREE_SITTER_CLI_TAG: v0.20.4
+ TREE_SITTER_CLI_TAG: v0.25.10
48
run: |
49
wget -O - https://github.com/tree-sitter/tree-sitter/releases/download/${TREE_SITTER_CLI_TAG}/tree-sitter-linux-x64.gz | gunzip -c > tree-sitter
50
sudo cp ./tree-sitter /usr/bin/tree-sitter
scripts/minimal_setup.lua
@@ -1,4 +1,6 @@
1
vim.cmd [[set runtimepath+=.]]
2
+vim.cmd [[set runtimepath+=./nvim-treesitter]]
3
+vim.cmd [[set runtimepath+=./plenary.nvim]]
4
vim.cmd [[runtime! plugin/plenary.vim]]
5
vim.cmd [[runtime! plugin/nvim-treesitter.lua]]
6
vim.cmd [[runtime! plugin/nt-cpp-tools.vim]]
0 commit comments