fix(commands): checkhealth. Fixes #29

This commit is contained in:
Folke Lemaitre 2024-07-07 00:21:20 +02:00
parent fd091535a9
commit 245bb871b2
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ function M.setup()
M.edit({ ["local"] = false }) M.edit({ ["local"] = false })
end, end,
checkhealth = function() checkhealth = function()
vim.cmd([[checkhealth settings]]) vim.cmd([[checkhealth neoconf]])
end, end,
} }