[docgen] Update README.md

skip-checks: true
This commit is contained in:
Github Actions 2022-05-30 01:14:00 +00:00
parent ae9787240c
commit e633f0d836
2 changed files with 4 additions and 2 deletions

View file

@ -296,7 +296,8 @@ require("aerial").setup({
-- icon when the tree is collapsed at that symbol, or "Collapsed" to specify a
-- default collapsed icon. The default icon set is determined by the
-- "nerd_font" option below.
-- If you have lspkind-nvim installed, aerial will use it for icons.
-- If you have lspkind-nvim installed, it will be the default icon set.
-- This can be a filetype map (see :help aerial-filetype-map)
icons = {},
-- Control which windows and buffers aerial should ignore.

View file

@ -173,7 +173,8 @@ Configure aerial by calling the setup() function.
-- icon when the tree is collapsed at that symbol, or "Collapsed" to specify a
-- default collapsed icon. The default icon set is determined by the
-- "nerd_font" option below.
-- If you have lspkind-nvim installed, aerial will use it for icons.
-- If you have lspkind-nvim installed, it will be the default icon set.
-- This can be a filetype map (see :help aerial-filetype-map)
icons = {},
-- Control which windows and buffers aerial should ignore.