add new plugins

This commit is contained in:
Lorran David 2025-01-04 18:11:13 -03:00
parent d6ad2d0ef7
commit 4bce08bc22
13 changed files with 479 additions and 322 deletions

View file

@ -0,0 +1,16 @@
return {
{
"j-hui/fidget.nvim",
event = { "BufEnter" },
config = function()
-- Turn on LSP, formatting, and linting status and progress information
require("fidget").setup({
progress = {
display = {
progress_icon = { "dots_negative" }
}
}
})
end,
},
}