Neovim-from-scratch
Neovim-from-scratch copied to clipboard
leader key does not work
Please remove the following line from options.lua timeoutlen = 100, -- time to wait for a mapped sequence to complete (in milliseconds)
with the above line
try setting timeoutlen = 300
or even 1000,
timeoutlen = 300
worked for me! Thanks.