[nvim] dont show help when using which-key
This commit is contained in:
@@ -1 +1,7 @@
|
||||
require("which-key").setup {}
|
||||
require("which-key").setup {
|
||||
layout = {
|
||||
align = "center",
|
||||
},
|
||||
show_help = false, -- show help message in cmd line (looks buggy)
|
||||
show_keys = false, -- show current pressed keys in cmd line (looks buggy)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user