aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDamjan 9000 <damjan.9000@gmail.com>2024-03-06 17:49:44 +0100
committerGitHub <noreply@github.com>2024-03-06 11:49:44 -0500
commit66e2a5a425a4f3b2e4f9456d82b29718c24a8993 (patch)
treed794cc83960ccedc13bee32c605b6e396bb7362f /README.md
parentf764b7bacd54a59cf51ab0e2c8e1d397ec5ae174 (diff)
Make the Nerd Font an optional requirement (#716)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index c44d5f9..6d48c18 100644
--- a/README.md
+++ b/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`