From 779ab2fcaa7710df46744b6b0dedbacb596c9e5f Mon Sep 17 00:00:00 2001 From: Damjan 9000 Date: Tue, 5 Mar 2024 14:56:43 +0100 Subject: [PATCH] README.md: add a Nerd Font requirement Fixes nvim-lua/kickstart.nvim#700 A Nerd Font is required by: - mini.statusline - Lazy plugin manager - Neo-tree.nvim - not enabled by default however instructions on how to add it are in the README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c44d5f9a..2e79a097 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ 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/) - Language Setup: - If want to write Typescript, you need `npm` - If want to write Golang, you will need `go`