From 9f7bed5536521eca912a7663b11655d218acf013 Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Mon, 28 Nov 2022 10:26:37 +1100 Subject: [PATCH] doc: specify that the terminal emulator must be configured to use the patched font --- README.md | 2 +- doc/nvim-tree-lua.txt | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1ff7a74..cf778b4a 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Take a look at the [wiki](https://github.com/nvim-tree/nvim-tree.lua/wiki) for S [neovim >=0.7.0](https://github.com/neovim/neovim/wiki/Installing-Neovim) -[nvim-web-devicons](https://github.com/nvim-tree/nvim-web-devicons) is optional and used to display file icons. It requires a [patched font](https://www.nerdfonts.com/). +[nvim-web-devicons](https://github.com/nvim-tree/nvim-web-devicons) is optional and used to display file icons. It requires a [patched font](https://www.nerdfonts.com/). Your terminal emulator must be configured to use that font, usually "Hack Nerd Font" ## Install diff --git a/doc/nvim-tree-lua.txt b/doc/nvim-tree-lua.txt index 0dfef957..67e843dc 100644 --- a/doc/nvim-tree-lua.txt +++ b/doc/nvim-tree-lua.txt @@ -31,7 +31,9 @@ Features File Icons - https://github.com/nvim-tree/nvim-web-devicons is optional and used to display file icons. It requires a patched font: https://www.nerdfonts.com + https://github.com/nvim-tree/nvim-web-devicons is optional and used to display file icons. + It requires a patched font: https://www.nerdfonts.com + Your terminal emulator must be configured to use that font, usually "Hack Nerd Font"  should look like an open folder.