Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daleobrien committed Mar 31, 2012
1 parent 0b75683 commit 58ecb76
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Vim settings

These are settings for ```vim``` which I mainly use for editing python code in.
These are settings for ```vim``` which I mainly use for editing python code in. I've installed the following plugins

1. https://github.com/scrooloose/nerdtree
1. https://github.com/scrooloose/syntastic, highlights programming errors
1. L9, which provides some utility functions and commands for programming in Vim
1. https://github.com/tpope/vim-fugitive, git support
1. https://github.com/hallison/vim-markdown, Markdown support
1. https://github.com/ervandew/supertab, Tab completion
1. FuzzyFinder
1. https://github.com/scrooloose/nerdcommenter
1. https://github.com/scrooloose/nerdtree, file browser support
1. https://github.com/leshill/vim-json, json support
1. https://github.com/vim-ruby/vim-ruby, Ruby
1. https://github.com/pangloss/vim-javascript, Javascript, well, because who doesn't love Javascript !
1. https://github.com/itspriddle/vim-jquery, Jquery support
1. https://github.com/ShowMarks
1. python.vim, Python
1. django.vim & django_templates.vim
1. Python-Documentation, e.g.
1. Gundo, visualizing your undo tree to make usable

## Installation instructions

Expand Down

0 comments on commit 58ecb76

Please sign in to comment.