Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 875 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 875 Bytes

SVIM - pronounce as SWIM

This is the Super-Vim and Idea behind svim is pretty simply - you take your VIM along with you.

I have added all the plugins I use for development. You can use this image to add more plugins.

It is based on extended version of vimrc

Plugins

List is organized alphabetically

How to use?

Add this to your ~/.bashrc or ~/.zshrc depending on your configuration:

alias svim='docker run -ti -e TERM=xterm -e GIT_USERNAME="You True" -e GIT_EMAIL="you@getyourdatasold"  --rm -v $(pwd):/home/developer/workspace varunbatrait/svim'

Then use

svim path/to/file

Note

Try to be on the directory of project - where you have your git repository. It will have added functionality of git.