From b0eb562397813b2d1474a690c292570a2641096d Mon Sep 17 00:00:00 2001 From: Marcelo Date: Sun, 30 Mar 2025 04:26:45 -0300 Subject: Add fidget.nvim for nicer notification backend. It is less visually cumbersome than other plugins I've used in the past. --- lua/config/plugins/ux.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lua') diff --git a/lua/config/plugins/ux.lua b/lua/config/plugins/ux.lua index d69db36..6754650 100644 --- a/lua/config/plugins/ux.lua +++ b/lua/config/plugins/ux.lua @@ -34,4 +34,14 @@ return { -- vim-fetch enables Vim to process line and column jump specifications -- in file paths as found in stack traces and similar output. { "wsdjeg/vim-fetch" }, + + -- Extensible UI for Neovim notifications and LSP progress messages. + { + "j-hui/fidget.nvim", + opts = { + notification = { + override_vim_notify = true, + }, + }, + }, } -- cgit v1.2.3