This plugin is incredibly useful, thanks for creating this!
Started having an issue where it looks like the config validation step has stopped working properly after a recent change. I'm getting this error when launching nvim:
This config was working as expected until this morning, when I upgraded telescope-import.nvim:
Even when I remove my customized telescope.setup configuration table, I still get the same error, so it doesn't look like it is anything in my config that's causing this - at least as far as I can tell.
NVIM v0.11.0-dev-3788+gac53996eb-Homebrew
Build type: Release
LuaJIT 2.1.1723675123
Run "nvim -V1 -v" for more info
This plugin is incredibly useful, thanks for creating this!
Started having an issue where it looks like the config validation step has stopped working properly after a recent change. I'm getting this error when launching
nvim
:Here is my config:
nvim/lua/plugins/init.lua
:nvim/init.lua
This config was working as expected until this morning, when I upgraded
telescope-import.nvim
:Even when I remove my customized
telescope.setup
configuration table, I still get the same error, so it doesn't look like it is anything in my config that's causing this - at least as far as I can tell.