All Projects → ashisha → Image.vim

ashisha / Image.vim

Licence: other
View images in Vim, because Vim is awesome!

Labels

Projects that are alternatives of or similar to Image.vim

Vim Pydjango
Ultimate VIM for Python & Django development.
Stars: ✭ 109 (-8.4%)
Mutual labels:  viml
Cscope.vim
A vim plugin to help you to create/update cscope database and connect to existing proper database automatically.
Stars: ✭ 115 (-3.36%)
Mutual labels:  viml
Greplace.vim
Global search and replace for VI
Stars: ✭ 116 (-2.52%)
Mutual labels:  viml
Vim Notes
Easy note taking in Vim
Stars: ✭ 1,518 (+1175.63%)
Mutual labels:  viml
Vim Multicursor
Allows Vim to use multiple cursors simultaneously
Stars: ✭ 114 (-4.2%)
Mutual labels:  viml
Incsearch Fuzzy.vim
Stars: ✭ 116 (-2.52%)
Mutual labels:  viml
Vim Visualstar
star for Visual-mode.
Stars: ✭ 106 (-10.92%)
Mutual labels:  viml
Workflowish
A todo "plugin" for Vim, inspired by https://workflowy.com/
Stars: ✭ 118 (-0.84%)
Mutual labels:  viml
Ember.vim
Vim plugin for the Emberjs frontend framework
Stars: ✭ 115 (-3.36%)
Mutual labels:  viml
Vim Youdao Translater
vim的有道取词翻译插件
Stars: ✭ 116 (-2.52%)
Mutual labels:  viml
Vim Plug
我的vim插件, 基于vim-plug安装
Stars: ✭ 113 (-5.04%)
Mutual labels:  viml
Flatlandia
Vim colorscheme based on flatland with Airline integration.
Stars: ✭ 113 (-5.04%)
Mutual labels:  viml
Vim Jinja
jinja plugins for vim (syntax and indent)
Stars: ✭ 116 (-2.52%)
Mutual labels:  viml
Apiblueprint.vim
This vim plugin brings syntax highlighting and linting for API Blueprint.
Stars: ✭ 112 (-5.88%)
Mutual labels:  viml
Vim Ruby Xmpfilter
helper for ruby's xmpfilter or seeing_is_believing
Stars: ✭ 117 (-1.68%)
Mutual labels:  viml
Vim Redl
A better Vim integration story for Clojure
Stars: ✭ 108 (-9.24%)
Mutual labels:  viml
Vim Cheat
View cheatsheets via vim
Stars: ✭ 116 (-2.52%)
Mutual labels:  viml
Vim Space
space.vim - Smart Space key for Vim
Stars: ✭ 118 (-0.84%)
Mutual labels:  viml
Vim Nodejs Complete
nodejs 'omnifunc' function of vim
Stars: ✭ 118 (-0.84%)
Mutual labels:  viml
Keyboard cat.vim
vim plugin for pretending like you can actually type
Stars: ✭ 116 (-2.52%)
Mutual labels:  viml

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].