Neovim: lazy load telescope

This commit is contained in:
Marko Korhonen 2024-07-25 13:36:52 +03:00
parent 33828c6afa
commit 22feb12d33
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -1,7 +1,6 @@
--- @type LazyPluginSpec --- @type LazyPluginSpec
return { return {
"nvim-telescope/telescope.nvim", "nvim-telescope/telescope.nvim",
lazy = false,
dependencies = { dependencies = {
-- Internal dependency for telescope -- Internal dependency for telescope
"nvim-lua/plenary.nvim", "nvim-lua/plenary.nvim",