This commit is contained in:
Nikos Papadakis 2024-03-12 11:06:02 +02:00
parent c1c34b4eb1
commit 0b7e396947
Signed by untrusted user who does not match committer: nikos
GPG key ID: 78871F9905ADFF02

View file

@ -11,7 +11,16 @@ return {
{
"j-hui/fidget.nvim",
tag = "v1.4.0",
opts = {},
opts = {
progress = {
display = {
progress_ttl = 2,
},
},
notification = {
override_vim_notify = true,
},
},
event = "LspAttach"
},
}