aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: b18d59c0a805615b96cbb1ccf9d8294464d2d024 (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
# 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
```

## Image support

To use [image.nvim](https://github.com/3rd/image.nvim), install [imagemagick](https://imagemagick.org/script/download.php) and [ueberzugpp](https://github.com/jstkdng/ueberzugpp)

Arch:

```sh
sudo pacman -S imagemagick

# install ueberzugpp from the AUR with your preferred method, such as yay:
yay -S ueberzugpp
```