You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E5108: Error executing lua: ...rick/.vim/plugged/hydra.nvim/lua/hydra/lib/highlight.lua:16: invalid key:
stack traceback:
[C]: in function 'nvim_set_hl'
...rick/.vim/plugged/hydra.nvim/lua/hydra/lib/highlight.lua:16: in main chunk
[C]: in function 'require'
...ck/.vim/plugged/hydra.nvim/lua/hydra/hint/statusline.lua:18: in function '_make_statusline'
...ck/.vim/plugged/hydra.nvim/lua/hydra/hint/statusline.lua:38: in function 'show'
/home/frederick/.vim/plugged/hydra.nvim/lua/hydra/init.lua:451: in function '_enter'
/home/frederick/.vim/plugged/hydra.nvim/lua/hydra/init.lua:315: in function </home/frederick/.vim/plugged/hydra.nvim/lua/hydra/init.lua:314>
Other info
I added a print(name, vim.inspect(settings)) line right above highlight.lua:16, and the output was:
Neovim version
Configuration
Steps to reproduce
C-w s
to split window:colorscheme default
C-w j
Other info
I added a
print(name, vim.inspect(settings))
line right above highlight.lua:16, and the output was:The text was updated successfully, but these errors were encountered: