7 lines
88 B
Lua
7 lines
88 B
Lua
|
local ok, fidget = pcall(require, "fidget")
|
||
|
if not ok then
|
||
|
return
|
||
|
end
|
||
|
|
||
|
fidget.setup()
|