1
0
Fork 0
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:
Henrik Hautakoski 2026-02-16 20:48:22 +01:00
parent 22f6fe546d
commit 67cf366bf5

View file

@ -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 = {