From 0a3969915cf45d8fba51d1fd0bfddc9a9341b268 Mon Sep 17 00:00:00 2001 From: Dillon Tan <40649376+dillontkh@users.noreply.github.com> Date: Fri, 1 Mar 2024 23:23:10 +0800 Subject: [PATCH] Separate mandatory and optional requirements The mandatory c compiler requirement was mentioned between some optional requirements. Let's separate the requirements into Mandatory and Optional for better clarity. --- docs/intro.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/intro.md b/docs/intro.md index c7bd85ed1..e83b8abfb 100644 --- a/docs/intro.md +++ b/docs/intro.md @@ -24,12 +24,15 @@ to make it easy to customize and extend your config. ## ⚡️ Requirements +### Mandatory - Neovim >= **0.9.0** (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)_** -- [lazygit](https://github.com/jesseduffield/lazygit) **_(optional)_** - a **C** compiler for `nvim-treesitter`. See [here](https://github.com/nvim-treesitter/nvim-treesitter#requirements) -- for [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) **_(optional)_** + +### _Optional_ +- a [Nerd Font](https://www.nerdfonts.com/)(v3.0 or greater) **_(needed to display some icons)_** +- [lazygit](https://github.com/jesseduffield/lazygit) +- for [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) - **live grep**: [ripgrep](https://github.com/BurntSushi/ripgrep) - **find files**: [fd](https://github.com/sharkdp/fd) - a terminal that support true color and _undercurl_: