all repos

init.lua @ ea40ebe597ac36d0c0f2b885db03b81d6376d34c

my nvim config
1 files changed, 6 insertions(+), 1 deletions(-)
refactor(fidget): update config, make it less showy?, make it dont take
all my screen
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-10-30 00:01:08 +0200
Parent: 3db4e65
M lua/plugins/lsp/init.lua

@@ -5,8 +5,13 @@ dependencies = {

"b0o/schemastore.nvim", { "j-hui/fidget.nvim", - config = true, dependencies = { "nvim-lspconfig" }, + opts = { + progress = { display = { + render_limit = 2, + done_ttl = 2, + } }, + }, }, { "folke/lazydev.nvim",