Skip to content

Commit 02bd85a

Browse files
committed
Updates the treesitter version
1 parent 7aa92ae commit 02bd85a

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup nvim and tree sitter
4545
env:
4646
NVIM_TAG: ${{ matrix.nvim_version }}
47-
TREE_SITTER_CLI_TAG: v0.20.4
47+
TREE_SITTER_CLI_TAG: v0.25.10
4848
run: |
4949
wget -O - https://github.com/tree-sitter/tree-sitter/releases/download/${TREE_SITTER_CLI_TAG}/tree-sitter-linux-x64.gz | gunzip -c > tree-sitter
5050
sudo cp ./tree-sitter /usr/bin/tree-sitter

scripts/minimal_setup.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
vim.cmd [[set runtimepath+=.]]
2+
vim.cmd [[set runtimepath+=./nvim-treesitter]]
3+
vim.cmd [[set runtimepath+=./plenary.nvim]]
24
vim.cmd [[runtime! plugin/plenary.vim]]
35
vim.cmd [[runtime! plugin/nvim-treesitter.lua]]
46
vim.cmd [[runtime! plugin/nt-cpp-tools.vim]]

0 commit comments

Comments
 (0)