jeraldrich / viminit

Just a simple bash script that modifies my vim environment (sed replace, curl repos) to match visual studio across linux, osx and freebsd without rubygems or plugin managers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

viminit

My vim config. This script is dumb, simple, and has no dependencies (no rubygems). Works on linux, freebsd, osx.

Designed to work like visualstudio using only keyboard.

  • cool underground vim theme - mustang
  • standardizes python files to use autoindented pep8 whitespace
  • nerdtree (n shows dir tree)
  • nerdcommenter (makes mass commenting / uncommenting easier)
  • vim-surround (siX surrounds word in X)
  • delimitMate (autocomplete parentheses, quotes, ect)
  • ctrlp (fuzzy file finder in open dir and children dir similair to visualstudio find)
  • vim-flake8 (auto highlight pep8 style guide errors as you code)

ScreenShot

Installation

curl -s -L https://raw.github.com/jeraldrich/viminit/master/viminit.sh | bash

About

Just a simple bash script that modifies my vim environment (sed replace, curl repos) to match visual studio across linux, osx and freebsd without rubygems or plugin managers.


Languages

Language:Shell 100.0%