Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samodostal committed Jan 28, 2023
1 parent 09bc978 commit 6633d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
When you open an image file (e.g. `portrait.png`, the open buffer becomes non-editable and non-saveable to ensure the file won't be overwritten. Then the buffer is filled with the ascii art generated by [ascii-image-converter](https://github.com/TheZoraiz/ascii-image-converter). I found out that plugin similiar to this was already implemented for vim in vimscript: [image.vim](https://github.com/ashisha/image.vim), so you can consider this a modern, lua version.

## Prerequisites
- Install [ascii-image-converter](https://github.com/TheZoraiz/ascii-image-converter) and make sure it is in your path
- Install [ascii-image-converter@v1.12.0](https://github.com/TheZoraiz/ascii-image-converter) and make sure it is in your path
- [plenary.nvim](https://github.com/nvim-lua/plenary.nvim) (See Install section)
- Neovim 0.7+

Expand Down

0 comments on commit 6633d75

Please sign in to comment.