diff --git a/nvim/lua/plugins/lspconfig.lua b/nvim/lua/plugins/lspconfig.lua index 1623e22..4aa411b 100644 --- a/nvim/lua/plugins/lspconfig.lua +++ b/nvim/lua/plugins/lspconfig.lua @@ -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" }, }