diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -9,3 +9,17 @@ Download into your config directory ```sh git clone --depth=1 https://github.com/pml68/nvim-setup ~/.config/nvim ``` + +## Usage with Docker + +Build the image +```sh +docker build -t neovim . +``` + +And then run it +```sh +docker run -it neovim:latest bash +``` + +The image size is somewhere around 5.9GB due to every language I use being included (C# with .NET, Java 21 and 17 etc.) |
