mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +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")
|
local icons = require("user.icons")
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
-- Nicer notifications
|
||||||
|
{
|
||||||
|
"j-hui/fidget.nvim",
|
||||||
|
opts = {
|
||||||
|
notification = {
|
||||||
|
window = {
|
||||||
|
normal_hl = "Pmenu",
|
||||||
|
winblend = 5,
|
||||||
|
border = { " " }
|
||||||
|
}
|
||||||
|
},
|
||||||
|
progress = {
|
||||||
|
display = {
|
||||||
|
done_ttl = 2,
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
-- File explorer
|
-- File explorer
|
||||||
{
|
{
|
||||||
"nvim-neo-tree/neo-tree.nvim",
|
"nvim-neo-tree/neo-tree.nvim",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue