add loading

This commit is contained in:
asep komarudin 2023-02-03 21:40:47 +07:00
parent 055d0b117f
commit f84c7db654
2 changed files with 9 additions and 1 deletions

View file

@ -559,4 +559,11 @@ return {
-- require("telescope").load_extension("laravel")
-- end,
-- },
{
"j-hui/fidget.nvim",
event = "VeryLazy",
config = function()
require("fidget").setup()
end,
},
}