fidget: configure to work with AstroNvim

This commit is contained in:
Paul Campbell 2024-04-19 07:29:52 +01:00
parent c2406a8abe
commit e0612cde24

View file

@ -1,4 +1,8 @@
return {
{ "j-hui/fidget.nvim" },
-- { "folke/noice.nvim", enabled = false },
{
"j-hui/fidget.nvim",
tag = "legacy",
event = "LspAttach",
config = function() require("fidget").setup {} end,
},
}