🐛 fix(nvim): timeoutlen of 0 to show whichkey in vscode immediately
This commit is contained in:
parent
36dac1d9bf
commit
4be538f3d9
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ Config.options.defaults.cond = function(plugin)
|
|||
end
|
||||
|
||||
vim.o.spell = false
|
||||
vim.opt.timeoutlen = 0 -- To show whichkey without delay
|
||||
vim.notify = vscode.notify
|
||||
vim.g.clipboard = vim.g.vscode_clipboard
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue