diff --git a/nvim/lua/user/plugins/ui.lua b/nvim/lua/user/plugins/ui.lua index cf60d81..41ed1f4 100644 --- a/nvim/lua/user/plugins/ui.lua +++ b/nvim/lua/user/plugins/ui.lua @@ -1,6 +1,24 @@ local icons = require("user.icons") return { + -- Nicer notifications + { + "j-hui/fidget.nvim", + opts = { + notification = { + window = { + normal_hl = "Pmenu", + winblend = 5, + border = { " " } + } + }, + progress = { + display = { + done_ttl = 2, + } + } + } + }, -- File explorer { "nvim-neo-tree/neo-tree.nvim",