fidget: configure to work with AstroNvim
This commit is contained in:
parent
c2406a8abe
commit
e0612cde24
1 changed files with 6 additions and 2 deletions
|
@ -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,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue