all repos

init.lua @ 02d5e84

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
feat(project.nvim): update way of lazy-loading
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-05-21 19:16:31 +0300
Parent: 6d46ef9
M lua/plugins/project.lua

@@ -1,6 +1,6 @@

return { "ahmedkhalf/project.nvim", - lazy = false, + event = "VeryLazy", config = function() require("project_nvim").setup { show_hidden = true,