From 0b7e39694767768de8bf40eafe85b04a01a7c87b Mon Sep 17 00:00:00 2001 From: Nikos Papadakis Date: Tue, 12 Mar 2024 11:06:02 +0200 Subject: [PATCH] nvim --- nvim/lua/plugins/lspconfig.lua | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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" }, }