From 2ef0c437b27a70d62a466ceea37b01301d314cf8 Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Fri, 23 Jun 2023 13:20:03 +0200 Subject: [PATCH] docs: added c compiler to requirements --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 87d04e37..f1291cdb 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ to tweak your config as needed, along with the convenience of a pre-configured s - Neovim >= **0.8.0** (needs to be built with **LuaJIT**) - Git >= **2.19.0** (for partial clones support) - a [Nerd Font](https://www.nerdfonts.com/) **_(optional)_** +- a **C** compiler for `nvim-treesitter`. See [here](https://github.com/nvim-treesitter/nvim-treesitter#requirements) ## 🚀 Getting Started