a03f31f566
* Add overseer ext. * chore: autogen (vimdocs+formating) Co-authored-by: dcordb <dcordb@users.noreply.github.com>
17 lines
230 B
Lua
17 lines
230 B
Lua
-- Copyright (c) 2020-2021 hoob3rt
|
|
-- MIT license, see LICENSE for more details.
|
|
|
|
local M = {}
|
|
|
|
M.sections = {
|
|
lualine_a = {
|
|
function()
|
|
return 'OverseerList'
|
|
end,
|
|
},
|
|
}
|
|
|
|
M.filetypes = { 'OverseerList' }
|
|
|
|
return M
|