Small changes to config
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
return {
|
||||
"folke/which-key.nvim",
|
||||
init = function()
|
||||
vim.o.timeout = true
|
||||
vim.o.timeoutlen = 300
|
||||
end,
|
||||
config = function()
|
||||
local whichkey = require("which-key")
|
||||
|
||||
@@ -14,7 +18,7 @@ return {
|
||||
icons = {
|
||||
breadcrumb = "»",
|
||||
separator = "➜",
|
||||
group = "➜",
|
||||
group = "",
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user