aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/README.md b/README.md
index 24f401b..b18d59c 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,23 @@
My custom Neovim setup
-# Installation
+## 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
+```