🐛 fix(nvim): vscode g keymaps not working

This commit is contained in:
Sergio Laín 2024-01-31 10:35:48 +01:00
parent fb4a542234
commit 75037d77a3
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -40,7 +40,7 @@ Config.options.defaults.cond = function(plugin)
end
vim.o.spell = false
vim.opt.timeoutlen = 0 -- To show whichkey without delay
vim.opt.timeoutlen = 150 -- To show whichkey without delay
vim.notify = vscode.notify
vim.g.clipboard = vim.g.vscode_clipboard