jakewvincent / mkdnflow.nvim

Fluent navigation and management of markdown notebooks
GNU General Public License v3.0
654 stars 37 forks source link

Inserting a new column fails #205

Closed helins closed 2 months ago

helins commented 3 months ago

Both after and before the cursor, the following error is produced:

Error executing Lua callback: ...al/share/nvim/lazy/mkdnflow.nvim/lua/mkdnflow/tables.lua:180: attempt to perform arithmetic on local 'linenr' (a table value)
stack traceback:
        ...al/share/nvim/lazy/mkdnflow.nvim/lua/mkdnflow/tables.lua:180: in function 'isPartOfTable'
        ...al/share/nvim/lazy/mkdnflow.nvim/lua/mkdnflow/tables.lua:464: in function 'addCol'
        ....local/share/nvim/lazy/mkdnflow.nvim/plugin/mkdnflow.lua:143: in function <....local/share/nvim/lazy/mkdnflow.nvim/plugin/mkdnflow.lua:142>
jakewvincent commented 2 months ago

Hi @helins, sorry for the delay. This should be fixed now (as of a couple days ago), so I'm closing the issue. Please let me know if you're still experiencing issues after updating.