mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-24 17:58:51 +02:00
fix(project): load on VeryLazy otherwise projects wont be loaded when opening Telescope
This commit is contained in:
parent
68c21ec452
commit
5264909b54
1 changed files with 2 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue