2021-02-13 01:03:57 +01:00
|
|
|
-- Copyright (c) 2020-2021 hoob3rt
|
|
|
|
-- MIT license, see LICENSE for more details.
|
2021-04-11 14:20:41 +06:00
|
|
|
local Progress = require('lualine.component'):new()
|
2020-12-30 15:48:51 +01:00
|
|
|
|
2021-04-11 14:20:41 +06:00
|
|
|
Progress.update_status = function() return [[%3P]] end
|
|
|
|
|
|
|
|
return Progress
|