You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Teej! I've been enjoying your Advent of Nvim video series. While I'm not new to Neovim, it has been great getting the guided tour through the configuration and has helped me refine my own.
That said, I've been looking at other people's configs on GitHub abd I noticed a few things about your Telescope config that I was curious about:
You've opted for no config directive in the spec. I'm guessing you don't think it necessary because your telescope is not lazy loaded? I think I've misunderstood how lazy loading works until recently. As per the lazy.nvim docs:
Plugins will be lazy-loaded when one of the following is true:
The plugin only exists as a dependency in your spec
It has an event, cmd, ft or keys key
config.defaults.lazy == true
Your use of pcall to load the extensions. Is this needed because Telescope is not lazy loaded?
The text was updated successfully, but these errors were encountered:
config.nvim/lua/custom/telescope.lua
Lines 21 to 23 in 006889b
Hey Teej! I've been enjoying your Advent of Nvim video series. While I'm not new to Neovim, it has been great getting the guided tour through the configuration and has helped me refine my own.
That said, I've been looking at other people's configs on GitHub abd I noticed a few things about your Telescope config that I was curious about:
config
directive in the spec. I'm guessing you don't think it necessary because your telescope is not lazy loaded? I think I've misunderstood how lazy loading works until recently. As per the lazy.nvim docs:pcall
to load the extensions. Is this needed because Telescope is not lazy loaded?The text was updated successfully, but these errors were encountered: