aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 75900e7d659161ff59e2fa11faac755ef3c63d6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# nvim-setup

My custom Neovim setup

## Installation

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 4.5GB due to every language I use being included (C# with .NET, Java 21 and 17 etc.)