mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(config): normalize install dir
This commit is contained in:
parent
c82bf96f0a
commit
f72f7f2993
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ function M.get_install_dir(dir_name)
|
||||||
log.error(err --[[@as string]])
|
log.error(err --[[@as string]])
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
return dir
|
return vim.fs.normalize(dir)
|
||||||
end
|
end
|
||||||
|
|
||||||
---@param type 'queries'|'parsers'?
|
---@param type 'queries'|'parsers'?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue