Skip to content

ashisha/image.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

image.vim

View images in Vim, because Vim is awesome!

Features

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

Requirements

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

    vim --version | grep python

    If you see +python, your Vim has python support. If not, figure out how to get one.

  • 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!

About

View images in Vim, because Vim is awesome!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published