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
When editing filetypes that are not markdown or txt, i am getting the following error:
E5108: Error executing lua ...te/pack/packer/start/autolist.nvim/lua/autolist/auto.lua:70: bad argument #1 to 'ipairs' (table expected, got nil) stack traceback: [C]: in function 'ipairs' ...te/pack/packer/start/autolist.nvim/lua/autolist/auto.lua:70: in function 'new' [string ":lua"]:1: in main chunk
I had a brief look at the code but don't understand why the erorr happens, the filetype table should never be nil... Strangely the plugin still works when editing markdown or txt files. The plugin was working for me before updating my plugins, i cannot say exactely what is causing this error.
The text was updated successfully, but these errors were encountered:
When editing filetypes that are not markdown or txt, i am getting the following error:
E5108: Error executing lua ...te/pack/packer/start/autolist.nvim/lua/autolist/auto.lua:70: bad argument #1 to 'ipairs' (table expected, got nil) stack traceback: [C]: in function 'ipairs' ...te/pack/packer/start/autolist.nvim/lua/autolist/auto.lua:70: in function 'new' [string ":lua"]:1: in main chunk
I had a brief look at the code but don't understand why the erorr happens, the filetype table should never be nil... Strangely the plugin still works when editing markdown or txt files. The plugin was working for me before updating my plugins, i cannot say exactely what is causing this error.
The text was updated successfully, but these errors were encountered: