# nvim 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 git clone --depth=1 git://git.pml68.dev/nvim ~/.config/nvim ``` ## Usage with Docker Pull the image ```sh docker pull ghcr.io/pml68/neovim:latest ``` Or build it ```sh docker build -t neovim . ``` And then run it ```sh docker run -it neovim:latest ``` > **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.)