parent
aed7f25461
commit
d3c513a3fa
|
@ -653,6 +653,7 @@ extensions = {'quickfix'}
|
|||
|
||||
#### Available extensions
|
||||
|
||||
- aerial
|
||||
- chadtree
|
||||
- fern
|
||||
- fugitive
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
-- MIT license, see LICENSE for more details.
|
||||
-- Extension for aerial.nvim
|
||||
local M = {}
|
||||
|
||||
M.sections = { lualine_a = { 'filetype' } }
|
||||
|
||||
M.filetypes = { 'aerial' }
|
||||
|
||||
return M
|
Loading…
Reference in New Issue