Skip to content

Commit 5845c99

Browse files
committed
fix: update required treesitter parser version to 2.0.3
1 parent a579ee2 commit 5845c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/orgmode/utils/treesitter/install.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ local M = {
55
compilers = { 'tree-sitter', vim.fn.getenv('CC'), 'cc', 'gcc', 'clang', 'cl', 'zig' },
66
}
77

8-
local required_version = '2.0.2'
8+
local required_version = '2.0.3'
99

1010
function M.install()
1111
local version_info = M.get_version_info()

0 commit comments

Comments
 (0)