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