Nvim: fix dashboard projects not working after lazy loading telescope

This commit is contained in:
Marko Korhonen 2023-11-25 14:58:52 +02:00
parent 9e591464ce
commit b570b8a075
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 16 additions and 8 deletions

View file

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