fix(health): healthcheck always fails runtimepath check

This commit is contained in:
Spencer Chang 2026-03-28 14:23:31 -04:00
parent 7caec274fd
commit b3d195b4a0

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(''):gsub('/*$', '')
health.start('Install directory for parsers and queries')
health.info(installdir)
if vim.uv.fs_access(installdir, 'w') then