code-biscuits / nvim-biscuits

A neovim port of Assorted Biscuits. Ends up with more supported languages too.
MIT License
245 stars 11 forks source link

Lua: Out of range error #53

Open MinaMatta98 opened 3 weeks ago

MinaMatta98 commented 3 weeks ago

Hello,

I am getting the following error:

Error executing lua callback: ...share/nvim/lazy/nvim-biscuits/lua/nvim-biscuits/init.lua:156: Invalid 'line': out of range
stack traceback:
    [C]: in function 'nvim_buf_set_extmark'
    ...share/nvim/lazy/nvim-biscuits/lua/nvim-biscuits/init.lua:156: in function 'decorate_nodes'
    ...share/nvim/lazy/nvim-biscuits/lua/nvim-biscuits/init.lua:206: in function <...share/nvim/lazy/nvim-biscuits/lua/nvim-biscuits/init.lua:206>

image

cmgriffing commented 2 weeks ago

Thanks for the bug report. Could you maybe paste a code snippet or a link to a file I can use to try and reproduce this?