docs(README): Added explanation for Nerd Fonts
This commit is contained in:
committed by
Micah Halter
parent
877c2193f9
commit
5f7ca29bd3
+5
-3
@@ -67,11 +67,11 @@ AstroNvim is an aesthetic and feature-rich neovim config that is extensible and
|
||||
|
||||
## ⚡ Requirements
|
||||
|
||||
- [Nerd Fonts](https://www.nerdfonts.com/font-downloads) (_Optional with manual intervention:_ See [Documentation on customizing icons](https://astronvim.com/Recipes/icons))
|
||||
- [Nerd Fonts](https://www.nerdfonts.com/font-downloads) (_Optional with manual intervention:_ See [Documentation on customizing icons](https://astronvim.com/Recipes/icons)) <sup>[[1]](#1)</sup>
|
||||
- [Neovim 0.8+ (_Not_ including nightly)](https://github.com/neovim/neovim/releases/tag/stable)
|
||||
- [Tree-sitter CLI](https://github.com/tree-sitter/tree-sitter/blob/master/cli/README.md) (_Note:_ This is only necessary if you want to use `auto_install` feature with Treesitter)
|
||||
- A clipboard tool is necessary for the integration with the system clipboard (see [`:help clipboard-tool`](https://neovim.io/doc/user/provider.html#clipboard-tool) for supported solutions)
|
||||
- Terminal with true color support (for the default theme, otherwise it is dependent on the theme you are using)
|
||||
- Terminal with true color support (for the default theme, otherwise it is dependent on the theme you are using) <sup>[[2]](#2)</sup>
|
||||
- Optional Requirements:
|
||||
- [ripgrep](https://github.com/BurntSushi/ripgrep) - live grep telescope search (`<leader>fw`)
|
||||
- [lazygit](https://github.com/jesseduffield/lazygit) - git ui toggle terminal (`<leader>tl` or `<leader>gg`)
|
||||
@@ -80,7 +80,9 @@ AstroNvim is an aesthetic and feature-rich neovim config that is extensible and
|
||||
- [Python](https://www.python.org/) - python repl toggle terminal (`<leader>tp`)
|
||||
- [Node](https://nodejs.org/en/) - node repl toggle terminal (`<leader>tn`)
|
||||
|
||||
> Note when using default theme: For MacOS, the default terminal does not have true color support. You will need to use [iTerm2](https://iterm2.com/) or another [terminal emulator](https://gist.github.com/XVilka/8346728#terminal-emulators) that has true color support.
|
||||
> <sup id="1">[1]</sup> All downloadable Nerd Fonts contain icons which are used by AstroNvim. Install the Nerd Font of your choice to your system and in your terminal emulator settings, set its font face to that Nerd Font. If you are using AstroNvim on a remote system via SSH, you do not need to install the font on the remote system.
|
||||
|
||||
> <sup id="2">[2]</sup> Note when using default theme: For MacOS, the default terminal does not have true color support. You will need to use [iTerm2](https://iterm2.com/) or another [terminal emulator](https://gist.github.com/XVilka/8346728#terminal-emulators) that has true color support.
|
||||
|
||||
## 🛠️ Installation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user