diff --git a/README.md b/README.md index 69fc1fe..d456ce7 100644 --- a/README.md +++ b/README.md @@ -342,7 +342,7 @@ 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 mini.icons or lspkind-nvim installed, it will be the default icon set. + -- 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 = {}, @@ -395,7 +395,7 @@ require("aerial").setup({ link_tree_to_folds = true, -- Set default symbol icons to use patched font icons (see https://www.nerdfonts.com/) - -- "auto" will set it to true if nvim-web-devicons, lspkind-nvim, or mini.icons is installed. + -- "auto" will set it to true if nvim-web-devicons or lspkind-nvim is installed. nerd_font = "auto", -- Call this function when aerial attaches to a buffer. diff --git a/doc/aerial.txt b/doc/aerial.txt index 744adcc..890c376 100644 --- a/doc/aerial.txt +++ b/doc/aerial.txt @@ -150,7 +150,7 @@ OPTIONS *aerial-option -- 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 mini.icons or lspkind-nvim installed, it will be the default icon set. + -- 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 = {}, @@ -203,7 +203,7 @@ OPTIONS *aerial-option link_tree_to_folds = true, -- Set default symbol icons to use patched font icons (see https://www.nerdfonts.com/) - -- "auto" will set it to true if nvim-web-devicons, lspkind-nvim, or mini.icons is installed. + -- "auto" will set it to true if nvim-web-devicons or lspkind-nvim is installed. nerd_font = "auto", -- Call this function when aerial attaches to a buffer.