mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00: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
|
-- project management
|
||||||
{
|
{
|
||||||
"ahmedkhalf/project.nvim",
|
"ahmedkhalf/project.nvim",
|
||||||
|
opts = {},
|
||||||
|
event = "VeryLazy",
|
||||||
config = function(_, opts)
|
config = function(_, opts)
|
||||||
require("project_nvim").setup(opts)
|
require("project_nvim").setup(opts)
|
||||||
require("telescope").load_extension("projects")
|
require("telescope").load_extension("projects")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue