diff --git a/lua/lualine/extensions/fugitive.lua b/lua/lualine/extensions/fugitive.lua new file mode 100644 index 0000000..1b26f91 --- /dev/null +++ b/lua/lualine/extensions/fugitive.lua @@ -0,0 +1,16 @@ +-- 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