mirror of https://github.com/folke/lazy.nvim.git
Better terminology (#132)
This commit is contained in:
parent
a062641c85
commit
5a1812a633
|
@ -90,6 +90,6 @@ return {
|
|||
filter = function(plugin)
|
||||
return plugin._.installed
|
||||
end,
|
||||
title = "Installed",
|
||||
title = "Not Loaded",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue