10 lines
213 B
Lua
Raw Normal View History

-- Copyright (c) 2020-2021 hoob3rt
-- MIT license, see LICENSE for more details.
local Location = require('lualine.component'):new()
2020-12-30 15:48:51 +01:00
Location.update_status = function()
return [[%3l:%-2c]]
end
return Location