mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
Better terminology
This commit is contained in:
parent
a062641c85
commit
f7e8c4e7cf
1 changed files with 1 additions and 1 deletions
|
@ -90,6 +90,6 @@ return {
|
||||||
filter = function(plugin)
|
filter = function(plugin)
|
||||||
return plugin._.installed
|
return plugin._.installed
|
||||||
end,
|
end,
|
||||||
title = "Installed",
|
title = "Not Loaded",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue