blob: 512a29b2a4662ece1d88d926d6b65f72e7c0c2ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# nvim
My custom Neovim setup
## Installation
You're going to need Neovim 0.12+ 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
```
|