Replies: 3 comments 2 replies
-
Try config = "require('config.telescope')" or config = function()
require('config.telescope')
end Right now you're feeding the return value of |
Beta Was this translation helpful? Give feedback.
-
Ah, right, since you lazy-load with a command, your config doesn't get sourced until you run |
Beta Was this translation helpful? Give feedback.
-
@nanotee's answer is correct - the What I would suggest is actually to split your |
Beta Was this translation helpful? Give feedback.
-
I am trying to use Telescope just when it is invoked the command.
This is the content inside config.telescope
but it doesn't work and I have no error, any ideas?
Beta Was this translation helpful? Give feedback.
All reactions