fix(neovim): make which-key good actually
This commit is contained in:
parent
ef175310f8
commit
e8f59bc02c
1 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ return {
|
|||
"folke/which-key.nvim",
|
||||
event = "VeryLazy",
|
||||
init = function()
|
||||
require("which-key").register({
|
||||
require("which-key").add({
|
||||
{ "<leader>C", group = format("Package", "Crates") },
|
||||
{ "<leader>D", group = format("Database", "DbUI") },
|
||||
{ "<leader>S", group = format("FolderClock", "Session") },
|
||||
|
|
@ -24,13 +24,13 @@ return {
|
|||
})
|
||||
end,
|
||||
opts = {
|
||||
key_labels = {
|
||||
replace = {
|
||||
["<space>"] = " ",
|
||||
},
|
||||
icons = {
|
||||
group = "",
|
||||
},
|
||||
window = {
|
||||
win = {
|
||||
border = "rounded",
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue