aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2026-01-01 10:59:47 +0100
committerPolesznyák Márk <contact@pml68.dev>2026-01-01 11:00:48 +0100
commita326d4656f768f780058801877de6777e94772cd (patch)
tree6a82035694cfce162c16df1d20647c9b5e99c41d
parentfeat(docker): update .NET and clang, add hare (diff)
downloadnvim-a326d4656f768f780058801877de6777e94772cd.tar.gz
docs(README): add notes about requirements
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 72ee1ff..d4c534e 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,8 @@ My custom Neovim setup
## Installation
+You're going to need Neovim 0.11+ and the `tree-sitter` CLI in your PATH.
+
Download into your config directory
```sh
@@ -27,4 +29,4 @@ And then run it
docker run -it neovim:latest
```
-> **Caution:** This image is *heavy* - `docker image ls` reports 4.95GB (as of 2026/01/01). This is due to every language I use being included (Rust nightly, C# with .NET, Java 21 and 17 etc.)
+> **Caution:** This image is *heavy* - `docker image ls` reports 5.26GB (as of 2026/01/01). This is due to every language I use being included (Rust nightly, C# with .NET, Java 21 and 17 etc.)