tsakirist/telescope-lazy.nvim

"bad argument #1 to 'lower' (string expected, got table)"

zach-wahrer opened this issue · 1 comments

NVIM version: v0.8.3
Running Telescope on tag "0.1.0"
Telescope-lazy.nvim is configured with defaults.

When calling :Telescope lazy I get the following:
Error executing Lua callback: ...hare/nvim/lazy/telescope.nvim/lua/telescope/mappings.lua:285: bad argument #1 to 'lower' (string expected, got table) stack traceback: [C]: in function 'lower' ...hare/nvim/lazy/telescope.nvim/lua/telescope/mappings.lua:285: in function 'map' ...cope-lazy.nvim/lua/telescope/_extensions/lazy/picker.lua:87: in function 'attach_mappings' ...hare/nvim/lazy/telescope.nvim/lua/telescope/mappings.lua:293: in function 'apply_keymap' ...share/nvim/lazy/telescope.nvim/lua/telescope/pickers.lua:562: in function 'find' ...cope-lazy.nvim/lua/telescope/_extensions/lazy/picker.lua:105: in function <...cope-lazy.nvim/lua/telescope/_extensions/lazy/picker.lua:23> ...share/nvim/lazy/telescope.nvim/lua/telescope/command.lua:193: in function 'run_command' ...share/nvim/lazy/telescope.nvim/lua/telescope/command.lua:253: in function 'load_command' ...ocal/share/nvim/lazy/telescope.nvim/plugin/telescope.lua:109: in function <...ocal/share/nvim/lazy/telescope.nvim/plugin/telescope.lua:108>

The telescope window comes up, but no plugins are populated.

Thanks so much for creating this plugin!

Ooof, just realized I was a semver behind. Changed to tag "0.1.1" and telescope-lazy worked as expected. Sorry for the bother!