Skip to content

python3-image.vim

🔀 Fork

📊 Project Details

  • Primary Language: Vim Script
  • Languages Used: Vim Script
  • License: Other
  • Created: May 14, 2023
  • Last Updated: May 14, 2023

📝 About

image.vim

View images in Vim, because Vim is awesome!

Note: This repo is based on https://github.com/ashisha/image.vim and was updated to python3. I also added higher quality ASCII images.

Features

  • Let's you open (preview) images in Vim!
  • It's safe, never modifies the original image (unless you force write)
  • Added higher quality images than the original plugin

Requirements

  • Vim with python support. You can verify if your Vim is compiled with python using:

vim --version | grep python

If you see +python3, your Vim has python3 support. If not, figure out how to get one. (See https://github.com/ashisha/image.vim for python 2 support)

  • Also needs the Python library PIL. You can install PIL using pip install Pillow

Installation

  • Pathogen
  • git clone https://github.com/ashisha/image.vim ~/.vim/bundle/image.vim
  • Vundle
  • Plugin 'ashisha/image.vim'
  • NeoBundle
  • NeoBundle 'ashisha/image.vim'
  • Manual
  • Copy image.vim into your ~/.vim/plugin/ directory

Thank you!

â„šī¸ Fork Information

This is a fork of another repository.