aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDamjan 9000 <damjan.9000@gmail.com>2024-03-06 19:44:10 +0100
committerDamjan 9000 <damjan.9000@gmail.com>2024-03-06 19:44:10 +0100
commit56942efafbbeafbfe77f8234acd1eefc55b4e322 (patch)
tree0f064bc7ad529e8956b7567b568642eef12326de /README.md
parent586bdec3b9d03795cdf9dc30dc25401994a100d4 (diff)
parent66e2a5a425a4f3b2e4f9456d82b29718c24a8993 (diff)
Merge 'upstream/master' Make the Nerd Font an optional requirement
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 c2188c9..7e3e508 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,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`