fix(project): load on VeryLazy otherwise projects wont be loaded when opening Telescope
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user