Skip to content

Dockerfile with vim and and several useful vim plugins installed.

License

Notifications You must be signed in to change notification settings

HaronK/docker-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Dockerfile with vim and and several useful vim plugins installed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages