Neovim: lazy load telescope

This commit is contained in:
Marko Korhonen 2024-07-25 13:36:52 +03:00
parent 8d2b06f27b
commit b8b3c2106b

View file

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