Skip to content

Commit

Permalink
fix(projectmgr-nvim): disable lazy loading (#605)
Browse files Browse the repository at this point in the history
fix(project): initialize projectmgr-nvim
  • Loading branch information
muhfaris authored Oct 14, 2023
1 parent b4ea8f2 commit fc631bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astrocommunity/project/projectmgr-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
return {
"charludo/projectmgr.nvim",
event = "VeryLazy",
lazy = false,
keys = {
{ "<leader>P", "<cmd>ProjectMgr<cr>", desc = "Open ProjectMgr panel" },
},
Expand Down

0 comments on commit fc631bf

Please sign in to comment.