Skip to content

Latest commit

 

History

History
77 lines (60 loc) · 2.58 KB

File metadata and controls

77 lines (60 loc) · 2.58 KB

Vimfiles

Installation

  1. git clone git@github.com:willian/vimfiles.git
  2. cd vimfiles
  3. sh install.sh
  4. Enjoy! =)

Compatibility

Mac

  • Vim
  • MacVim

Linux

  • Vim
  • gVim

Plugins

Colorscheme

Screenshots

Ruby:

image image

Python:

image image

Javascript:

image image

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request