mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
nvim: fix fidget config
This commit is contained in:
parent
22f6fe546d
commit
67cf366bf5
1 changed files with 5 additions and 3 deletions
|
|
@ -73,9 +73,11 @@ return {
|
||||||
opts = {
|
opts = {
|
||||||
notification = {
|
notification = {
|
||||||
window = {
|
window = {
|
||||||
normal_hl = "Pmenu",
|
normal_hl = "NormalFloat",
|
||||||
winblend = 5,
|
winblend = 0,
|
||||||
border = { " " }
|
border = { " " },
|
||||||
|
x_padding = 1,
|
||||||
|
y_padding = 1,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
progress = {
|
progress = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue