nvim-neorg / neorg-telescope

Telescope.nvim integration for Neorg
GNU General Public License v3.0
187 stars 24 forks source link

Insert link throws an error #36

Closed trev-dev closed 1 year ago

trev-dev commented 1 year ago
Error executing Lua callback: ...scope.nvim/lua/telescope/finders/async_static_finder.lua:16: bad argument #1 to 'ipairs' (table expected, got nil)
stack traceback:
        [C]: in function 'ipairs'
        ...scope.nvim/lua/telescope/finders/async_static_finder.lua:16: in function 'new_table'
        ...elescope/lua/telescope/_extensions/neorg/insert_link.lua:106: in function 'insert_link'
        ...lua/neorg/modules/core/integrations/telescope/module.lua:53: in function 'on_event'
        ...e/nvim/site/pack/packer/start/neorg/lua/neorg/events.lua:153: in function 'broadcast_event'
        ...r/start/neorg/lua/neorg/modules/core/keybinds/module.lua:445: in function <...r/start/neorg/lua/neorg/modules/core/keybinds/module.lua:430>
        ...r/start/neorg/lua/neorg/modules/core/keybinds/module.lua:429: in function 'on_event'
        ...e/nvim/site/pack/packer/start/neorg/lua/neorg/events.lua:153: in function 'broadcast_event'
        ...r/start/neorg/lua/neorg/modules/core/neorgcmd/module.lua:289: in function <...r/start/neorg/lua/neorg/modules/core/neorgcmd/module.lua:196>
max397574 commented 1 year ago

should be fixed now