mirror of https://github.com/folke/neoconf.nvim
fix(commands): checkhealth. Fixes #29
This commit is contained in:
parent
fd091535a9
commit
245bb871b2
|
|
@ -19,7 +19,7 @@ function M.setup()
|
|||
M.edit({ ["local"] = false })
|
||||
end,
|
||||
checkhealth = function()
|
||||
vim.cmd([[checkhealth settings]])
|
||||
vim.cmd([[checkhealth neoconf]])
|
||||
end,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue