mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-16 13:43:44 +01:00
12 lines
189 B
Lua
12 lines
189 B
Lua
local fidget = require "fidget"
|
|
|
|
fidget.setup {
|
|
text = {
|
|
spinner = "zip",
|
|
},
|
|
window = {
|
|
zindex = 250,
|
|
},
|
|
}
|
|
|
|
vim.cmd [[highlight! link FidgetText DraculaFg]]
|