db448f41e6
Apply initial stylua format Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
10 lines
208 B
Lua
10 lines
208 B
Lua
-- Copyright (c) 2020-2021 hoob3rt
|
|
-- MIT license, see LICENSE for more details.
|
|
local Progress = require('lualine.component'):new()
|
|
|
|
Progress.update_status = function()
|
|
return [[%3P]]
|
|
end
|
|
|
|
return Progress
|