Ensure health check path matches configured path

This commit is contained in:
Luke Swan 2026-03-21 20:08:33 +02:00
parent e5f65e31a5
commit bfc08b211c

View file

@ -87,7 +87,7 @@ local function install_health()
health.info(k .. ': ' .. v)
end
local installdir = config.get_install_dir('')
local installdir = config.get_install_dir('.')
health.start('Install directory for parsers and queries')
health.info(installdir)
if vim.uv.fs_access(installdir, 'w') then