diff options
| author | Damjan 9000 <damjan.9000@gmail.com> | 2024-03-06 17:49:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-06 11:49:44 -0500 |
| commit | eee4763cbd8273fab750e8ed409a63e064396c8b (patch) | |
| tree | 157ab27c651e12bf95772c8efc839d660737a703 /nvim/README.md | |
| parent | 1ac7b86245ad5035a3dd7de6873688df6ddecc2f (diff) | |
| download | dots-eee4763cbd8273fab750e8ed409a63e064396c8b.tar.gz | |
Make the Nerd Font an optional requirement (#716)
Diffstat (limited to 'nvim/README.md')
| -rw-r--r-- | nvim/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nvim/README.md b/nvim/README.md index c44d5f9..6d48c18 100644 --- a/nvim/README.md +++ b/nvim/README.md @@ -27,6 +27,8 @@ If you are experiencing issues, please make sure you have the latest versions. External Requirements: - Basic utils: `git`, `make`, `unzip`, C Compiler (`gcc`) - [ripgrep](https://github.com/BurntSushi/ripgrep#installation) +- A [Nerd Font](https://www.nerdfonts.com/): optional, provides various icons + - if you have it set `vim.g.have_nerd_font` in `init.lua` to true - Language Setup: - If want to write Typescript, you need `npm` - If want to write Golang, you will need `go` |