blob: 72ee1fffe7e1a30688e5a090e29be914179f7af2 (
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
26
27
28
29
30
|
# 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
```
> **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.)
|