We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whenever I try to run
lua require('telescope.builtin').builtin({include_extensions = true})
this particular extension will raise an error with the following message:
5108: Error executing lua ...lugged/telescope.nvim/lua/telescope/builtin/internal.lua:46: bad argument #1 to 'getinfo' (function or level expected)
I've narrowed it down to this line https://github.com/nvim-telescope/telescope.nvim/blob/master/lua/telescope/builtin/internal.lua#L44, not sure what that fn is expecting to get though. It looks like it doesn't accept this https://github.com/tom-anders/telescope-vim-bookmarks.nvim/blob/main/lua/telescope/_extensions/vim_bookmarks.lua#L159 as a table
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Whenever I try to run
this particular extension will raise an error with the following message:
I've narrowed it down to this line https://github.com/nvim-telescope/telescope.nvim/blob/master/lua/telescope/builtin/internal.lua#L44, not sure what that fn is expecting to get though. It looks like it doesn't accept this https://github.com/tom-anders/telescope-vim-bookmarks.nvim/blob/main/lua/telescope/_extensions/vim_bookmarks.lua#L159 as a table
The text was updated successfully, but these errors were encountered: