mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-06-08 13:02:38 +00:00
feat: checkhealth (#1066)
* rebase on latest master * remove obsolete `popup.nvim` check * fixup: Move to health and fixups Co-authored-by: TJ DeVries <devries.timothyj@gmail.com>
This commit is contained in:
@@ -2,6 +2,7 @@ local extensions = {}
|
||||
|
||||
extensions._loaded = {}
|
||||
extensions._config = {}
|
||||
extensions._health = {}
|
||||
|
||||
extensions.manager = setmetatable({}, {
|
||||
__index = function(t, k)
|
||||
@@ -16,6 +17,7 @@ extensions.manager = setmetatable({}, {
|
||||
end
|
||||
|
||||
t[k] = ext.exports or {}
|
||||
extensions._health[k] = ext.health
|
||||
|
||||
return t[k]
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user