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