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 Location = require('lualine.component'):new()
|
2020-12-30 15:48:51 +01:00
|
|
|
|
2021-09-04 00:28:20 +06:00
|
|
|
Location.update_status = function()
|
|
|
|
return [[%3l:%-2c]]
|
|
|
|
end
|
2021-04-11 14:20:41 +06:00
|
|
|
|
|
|
|
return Location
|