From c229320327756fe80f967c2f10daee31d73fce56 Mon Sep 17 00:00:00 2001 From: Marciano Mavungo Date: Wed, 25 Mar 2026 18:19:12 +0100 Subject: [PATCH] fix inconsistency --- docs/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro.md b/docs/intro.md index fe77ec4658..50869bd779 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -26,7 +26,7 @@ to make it easy to customize and extend your config. - Neovim >= **0.11.2** (needs to be built with **LuaJIT**) - Git >= **2.19.0** (for partial clones support) -- a [Nerd Font](https://www.nerdfonts.com/)(v3.0 or greater) **_(optional, but needed to display some icons)_** +- a [Nerd Font](https://www.nerdfonts.com/) (v3.0 or greater) **_(optional, but needed to display some icons)_** - [lazygit](https://github.com/jesseduffield/lazygit) **_(optional)_** - **tree-sitter-cli** and a **C** compiler for `nvim-treesitter`. See [here](https://github.com/nvim-treesitter/nvim-treesitter/tree/main?tab=readme-ov-file#requirements) - **curl** for [blink.cmp](https://github.com/Saghen/blink.cmp) **(completion engine)**