Neovim: update which-key configuration to v3
This commit is contained in:
parent
6fadc26aee
commit
661f71d1a8
12 changed files with 95 additions and 87 deletions
|
@ -5,5 +5,8 @@ return {
|
|||
config = function()
|
||||
require("mini.surround").setup()
|
||||
require("mini.comment").setup()
|
||||
|
||||
-- Recommended for which-key
|
||||
require("mini.icons").setup()
|
||||
end,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue