new config old version is now on v1 branch
This commit is contained in:
14
after/plugin/fidget.lua
Normal file
14
after/plugin/fidget.lua
Normal file
@ -0,0 +1,14 @@
|
||||
local status_ok, fidget = pcall(require, "fidget")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
fidget.setup {
|
||||
text = {
|
||||
spinner = "line",
|
||||
done = ":)",
|
||||
},
|
||||
window = {
|
||||
zindex = 1,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user