blob: 71ef4b238b5fbf71370414afddf0e50359bc5cf6 (
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
31
32
|
# 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 8GB (as of 2026/03/30).
|