summaryrefslogtreecommitdiff
path: root/lua/config/plugins/ux.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/config/plugins/ux.lua')
-rw-r--r--lua/config/plugins/ux.lua10
1 files changed, 10 insertions, 0 deletions
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,
+ },
+ },
+ },
}