# nvim-setup My custom Neovim setup ## Installation Download into your config directory ```sh git clone --depth=1 https://git.sr.ht/~pml68/nvim-setup ~/.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 ``` The image size is somewhere around 4.3GB due to every language I use being included (Rust nightly, C# with .NET, Java 21 and 17 etc.)