mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-23 01:08:59 +02:00
style: better plugin docs
This commit is contained in:
parent
fa6cbfc602
commit
a3011daf40
1 changed files with 3 additions and 1 deletions
|
@ -221,7 +221,7 @@ return {
|
|||
end,
|
||||
},
|
||||
|
||||
-- noicer ui
|
||||
-- Displays a popup with possible key bindings of the command you started typing
|
||||
{
|
||||
"folke/which-key.nvim",
|
||||
opts = function(_, opts)
|
||||
|
@ -230,6 +230,8 @@ return {
|
|||
end
|
||||
end,
|
||||
},
|
||||
|
||||
-- Highly experimental plugin that completely replaces the UI for messages, cmdline and the popupmenu.
|
||||
{
|
||||
"folke/noice.nvim",
|
||||
event = "VeryLazy",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue