mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 11:06:54 -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]])
|
||||
end
|
||||
end
|
||||
return dir
|
||||
return vim.fs.normalize(dir)
|
||||
end
|
||||
|
||||
---@param type 'queries'|'parsers'?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue