mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
nvim: ui: adding j-hui/fidget.nvim
This commit is contained in:
parent
a89e7efdee
commit
a57f1ddae0
1 changed files with 18 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue