Sign inSign up

haron/vim-with-plugins

By haron

Updated almost 11 years ago

Adds support for the several useful vim plugins: Sensible, Dockerfile, Vim airline and CtrlP.

Image
5

9.4K

haron/vim-with-plugins repository overview

docker-vim

vim/Dockerfile

Docker image: haron/vim

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

Command to run vim container:

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

vim-with-plugins/Dockerfile

Docker image: haron/vim-with-plugins
Based on haron/vim

Adds support for the several useful plugins:

  1. Sensible
  2. Dockerfile
  3. Vim airline
  4. CtrlP

Command to run vim-with-plugins container:

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

Dockerfile with own plugins

See vim-with-plugins Dockerfile for example.

Tag summary

Content type

Image

Digest

sha256:bb5260f56

Size

119.5 MB

Last updated

almost 11 years ago

docker pull haron/vim-with-plugins