We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da155a commit 5c721b3Copy full SHA for 5c721b3
lua/rustaceanvim/health.lua
@@ -139,6 +139,7 @@ end
139
local function check_tree_sitter()
140
start('Checking for tree-sitter parser')
141
local has_tree_sitter_rust_parser = #vim.api.nvim_get_runtime_file('parser/rust.so', true) > 0
142
+ or #vim.api.nvim_get_runtime_file('parser/rust.dll', true) > 0
143
if has_tree_sitter_rust_parser then
144
ok('tree-sitter parser for Rust detected.')
145
else
0 commit comments