Extension for aerial.nvim (#572)

* Extension for aerial.nvim
This commit is contained in:
Rocky Zhang 2022-02-05 23:23:59 -08:00 committed by GitHub
parent aed7f25461
commit d3c513a3fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View File

@ -653,6 +653,7 @@ extensions = {'quickfix'}
#### Available extensions #### Available extensions
- aerial
- chadtree - chadtree
- fern - fern
- fugitive - fugitive

View File

@ -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