1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00

nvim: ui: adding j-hui/fidget.nvim

This commit is contained in:
Henrik Hautakoski 2024-08-26 19:18:54 +02:00
parent a89e7efdee
commit a57f1ddae0

View file

@ -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",