--E5108: Error executing lua ...\.vim\plugged\which-key.nvim/lua/which-key/util.lua:128: errr
--stack traceback:
--[C]: in function 'error'
--...\.vim\plugged\which-key.nvim/lua/which-key/util.lua:128: in function 'parse_keys'
--...\.vim\plugged\which-key.nvim/lua/which-key/keys.lua:425: in function 'update_keymaps'
--...\.vim\plugged\which-key.nvim/lua/which-key/keys.lua:333: in function 'update'
--...\.vim\plugged\which-key.nvim/lua/which-key/init.lua:96: in function 'load'
where line 128 is :
if #notation ~= #internal then
error('errr')
end
Steps To Reproduce
As mentioned
Expected Behavior
Worked
Repro
Minimal configuration worked. It might be something in my mapping.
Did you check docs and existing issues?
Neovim version (nvim -v)
0.9.1
Operating system/version
windows
Describe the bug
I do the following setup:
I get the following on startup
where line 128 is :
Steps To Reproduce
As mentioned
Expected Behavior
Worked
Repro
Minimal configuration worked. It might be something in my mapping.