1ae4f0aa74
* Support symbols-outline extension.
10 lines
178 B
Lua
10 lines
178 B
Lua
-- Copyright (c) 2020-2021 hoob3rt
|
|
-- MIT license, see LICENSE for more details.
|
|
local M = {}
|
|
|
|
M.sections = { lualine_a = { 'filetype' } }
|
|
|
|
M.filetypes = { 'Outline' }
|
|
|
|
return M
|