3rd / image.nvim

🖼️ Bringing images to Neovim.
MIT License
1.02k stars 42 forks source link

Fix typo in pacman command #171

Closed Wuestengecko closed 4 months ago

Wuestengecko commented 4 months ago

This fixes a potentially dangerous typo in the pacman command for installing ImageMagick. pacman -Sy somepackage should never be run without -u, as it could - worst case - lead to complete system breakage and the inability to boot.

3rd commented 4 months ago

Thank you!