fix(health): normalize installdir to fix false runtimepath error

This commit is contained in:
Martin Mose Facondini 2026-03-15 00:00:27 +01:00
parent 2f5d4c3f3c
commit e73868524c
No known key found for this signature in database

View file

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