fix(project): load on VeryLazy otherwise projects wont be loaded when opening Telescope

This commit is contained in:
Folke Lemaitre
2023-04-20 08:29:22 +02:00
parent 68c21ec452
commit 5264909b54

View File

@ -5,6 +5,8 @@ return {
-- project management
{
"ahmedkhalf/project.nvim",
opts = {},
event = "VeryLazy",
config = function(_, opts)
require("project_nvim").setup(opts)
require("telescope").load_extension("projects")