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 = {
|
||||
notification = {
|
||||
window = {
|
||||
normal_hl = "Pmenu",
|
||||
winblend = 5,
|
||||
border = { " " }
|
||||
normal_hl = "NormalFloat",
|
||||
winblend = 0,
|
||||
border = { " " },
|
||||
x_padding = 1,
|
||||
y_padding = 1,
|
||||
}
|
||||
},
|
||||
progress = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue