mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-20 01:29:08 +02:00
Added delay for which-key
This commit is contained in:
parent
65f9b32fcb
commit
7b78562f58
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -297,7 +297,7 @@ require('lazy').setup({
|
||||||
opts = {
|
opts = {
|
||||||
-- delay between pressing a key and opening which-key (milliseconds)
|
-- delay between pressing a key and opening which-key (milliseconds)
|
||||||
-- this setting is independent of vim.opt.timeoutlen
|
-- this setting is independent of vim.opt.timeoutlen
|
||||||
delay = 0,
|
delay = 500,
|
||||||
icons = {
|
icons = {
|
||||||
-- set icon mappings to true if you have a Nerd Font
|
-- set icon mappings to true if you have a Nerd Font
|
||||||
mappings = vim.g.have_nerd_font,
|
mappings = vim.g.have_nerd_font,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue