style: better plugin docs

This commit is contained in:
Folke Lemaitre 2023-09-28 11:36:58 +02:00
parent fa6cbfc602
commit a3011daf40
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -221,7 +221,7 @@ return {
end, end,
}, },
-- noicer ui -- Displays a popup with possible key bindings of the command you started typing
{ {
"folke/which-key.nvim", "folke/which-key.nvim",
opts = function(_, opts) opts = function(_, opts)
@ -230,6 +230,8 @@ return {
end end
end, end,
}, },
-- Highly experimental plugin that completely replaces the UI for messages, cmdline and the popupmenu.
{ {
"folke/noice.nvim", "folke/noice.nvim",
event = "VeryLazy", event = "VeryLazy",