vim: make fidget a bit more visible

This commit is contained in:
Fernando Schauenburg 2024-02-17 23:09:15 +01:00
parent a6b117d44c
commit f84b35600b

View file

@ -28,6 +28,12 @@ M.config = function()
timer = { timer = {
spinner_rate = 75, spinner_rate = 75,
}, },
window = {
blend = 50,
},
fmt = {
max_messages = 10,
}
} }
end end