diff options
| author | pml68 <tutorialmester@gmail.com> | 2024-05-30 18:49:15 +0200 |
|---|---|---|
| committer | pml68 <tutorialmester@gmail.com> | 2024-05-30 18:49:15 +0200 |
| commit | b94babcd5920f2a0b29a1ccc758fa42015f88e34 (patch) | |
| tree | 336a58719e424725f86ab85504651d384cbcb6a4 /README.md | |
| parent | feat: remove toggleterm plugin (diff) | |
| download | nvim-b94babcd5920f2a0b29a1ccc758fa42015f88e34.tar.gz | |
docs: add image.nvim instructions to README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -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 +``` |
