feat: added fugitive extension
This commit is contained in:
parent
a4690ca4cf
commit
64a378d670
16
lua/lualine/extensions/fugitive.lua
Normal file
16
lua/lualine/extensions/fugitive.lua
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user