mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-12 08:20:05 -04:00
Ensure health check path matches configured path
This commit is contained in:
parent
e5f65e31a5
commit
bfc08b211c
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ local function install_health()
|
||||||
health.info(k .. ': ' .. v)
|
health.info(k .. ': ' .. v)
|
||||||
end
|
end
|
||||||
|
|
||||||
local installdir = config.get_install_dir('')
|
local installdir = config.get_install_dir('.')
|
||||||
health.start('Install directory for parsers and queries')
|
health.start('Install directory for parsers and queries')
|
||||||
health.info(installdir)
|
health.info(installdir)
|
||||||
if vim.uv.fs_access(installdir, 'w') then
|
if vim.uv.fs_access(installdir, 'w') then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue