d3c513a3fa
* Extension for aerial.nvim
10 lines
171 B
Lua
10 lines
171 B
Lua
-- MIT license, see LICENSE for more details.
|
|
-- Extension for aerial.nvim
|
|
local M = {}
|
|
|
|
M.sections = { lualine_a = { 'filetype' } }
|
|
|
|
M.filetypes = { 'aerial' }
|
|
|
|
return M
|