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've been encountering this error when I attempt to generate a file comment:
E5108: Error executing lua ...ialnsa/.local/share/nvim/lazy/neogen/lua/neogen/mark.lua:72: Invalid 'end_co
l': out of range
stack traceback:
[C]: in function 'nvim_buf_set_extmark'
...ialnsa/.local/share/nvim/lazy/neogen/lua/neogen/mark.lua:72: in function 'add_range_mark'
...a/.local/share/nvim/lazy/neogen/lua/neogen/generator.lua:351: in function 'generate'
[string ":lua"]:1: in main chunk
I'm not 100% sure but it seems to only happen when the file is empty.
Here's my full setup for the plugin using lazy.nvim (slightly redacted for privacy):
I've been encountering this error when I attempt to generate a file comment:
I'm not 100% sure but it seems to only happen when the file is empty.
Here's my full setup for the plugin using
lazy.nvim
(slightly redacted for privacy):The text was updated successfully, but these errors were encountered: