2021-03-10 23:14:37 +00:00
|
|
|
-- Copyright (c) 2020-2021 hoob3rt
|
|
|
|
-- MIT license, see LICENSE for more details.
|
|
|
|
|
|
|
|
local M = {}
|
|
|
|
|
|
|
|
M.sections = {
|
|
|
|
lualine_a = { 'FugitiveHead' },
|
2021-03-15 23:05:41 +00:00
|
|
|
lualine_z = { 'location' },
|
2021-03-10 23:14:37 +00:00
|
|
|
}
|
|
|
|
|
2021-03-15 23:05:41 +00:00
|
|
|
M.inactive_sections = M.sections
|
2021-03-10 23:14:37 +00:00
|
|
|
|
|
|
|
M.filetypes = { 'fugitive' }
|
|
|
|
|
|
|
|
return M
|