2021-03-11 00:14:37 +01:00

17 lines
248 B
Lua

-- Copyright (c) 2020-2021 hoob3rt
-- MIT license, see LICENSE for more details.
local M = {}
M.sections = {
lualine_a = { 'FugitiveHead' },
}
M.inactive_sections = {
lualine_a = { 'FugitiveHead' },
}
M.filetypes = { 'fugitive' }
return M