haron/vim

By haron

Updated over 9 years ago

Dockerfile with vim installed. Additionally pathogen and powerline fonts are also installed.

Image
11

10K+

Dockerfile with vim installed. Additionally pathogen plugin and powerline fonts package are also installed.

Command to run vim container:

sudo docker run -i -t --name my-vim -v ~/:/home/dev/src haron/vim

See also vim-with-plugins image that adds some useful vim plugins.

Docker Pull Command

docker pull haron/vim