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
I get the following error, when scope and modes are setup, and theme is changed programatically afterwards:
Error detected while processing ./minimal.lua:
E5113: Error while calling lua chunk: ./minimal.lua:28: /Users/simon.mandlik/Downloads/test_deadcolumn/minimal.lua..ColorScheme Autocommands for "*": Vim(append):Erro
r executing lua callback: ...column/.repro/plugins/deadcolumn.nvim/lua/deadcolumn.lua:154: bad argument #1 to 'scope' (number expected, got no value)
stack traceback:
[C]: in function 'scope'
...column/.repro/plugins/deadcolumn.nvim/lua/deadcolumn.lua:154: in function <...column/.repro/plugins/deadcolumn.nvim/lua/deadcolumn.lua:140>
[C]: in function 'nvim_command'
./minimal.lua:28: in main chunk
stack traceback:
[C]: in function 'nvim_command'
./minimal.lua:28: in main chunk
I get the following error, when
scope
andmodes
are setup, and theme is changed programatically afterwards:minimal.lua
:The text was updated successfully, but these errors were encountered: