2021-04-11 08:20:41 +00:00
|
|
|
local FunctionComponent = require('lualine.component'):new()
|
|
|
|
|
2021-04-13 17:09:01 +00:00
|
|
|
FunctionComponent.update_status = function(self)
|
|
|
|
-- 1st element in options table is the function provided by config
|
|
|
|
return self.options[1]()
|
2021-04-11 08:20:41 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
return FunctionComponent
|