We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de44f49 commit fb4e3d0Copy full SHA for fb4e3d0
init.lua
@@ -134,10 +134,6 @@ vim.opt.signcolumn = 'yes'
134
-- Decrease update time
135
vim.opt.updatetime = 250
136
137
--- Decrease mapped sequence wait time
138
--- Displays which-key popup sooner
139
-vim.opt.timeoutlen = 300
140
-
141
-- Configure how new splits should be opened
142
vim.opt.splitright = true
143
vim.opt.splitbelow = true
@@ -274,6 +270,7 @@ require('lazy').setup({
274
270
'folke/which-key.nvim',
275
271
event = 'VimEnter', -- Sets the loading event to 'VimEnter'
276
272
opts = {
273
+ delay = 0,
277
icons = {
278
-- set icon mappings to true if you have a Nerd Font
279
mappings = vim.g.have_nerd_font,
0 commit comments