lualine.nvim/lua/lualine/extensions/fugitive.lua

17 lines
248 B
Lua
Raw Normal View History

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' },
}
M.inactive_sections = {
lualine_a = { 'FugitiveHead' },
}
M.filetypes = { 'fugitive' }
return M