clp/.vim
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
TO INSTALL: 1. Fork this repo on Github 2. Remove or move your old .vimrc and .gvimrc 3. Paste this into a terminal: cd ~ ln -s ~/.vim/vimrc ~/.vimrc ln -s ~/.vim/gvimrc ~/.gvimrc echo "Enter your name on Github:"; git clone [email protected]:`read REPLY; echo $REPLY`/.vim.git 4. Paste this into a terminal: vim +BundleInstall +q FEATURES * My opinions * Graceful degradation * Plugins managed by Vundle * Syntax support - Markdown (and markdown-preview) - CoffeeScript - ANSI escaped files * Integration - Git (fugitive.vim) - Jekyll blogging (jekyll.vim) - Github gists (gist.vim) * Useful plugins - FuzzyFinder - NERDTree - Taglist - Align - Tab completion (snipmate.vim) - ConqueShell And much more. REQUIREMENTS Exuberant ctags (for taglist) $ sudo apt-get install ctags TIPS Have a look at the key bindings in vimrc. Mess around with plugins.vim. Live without reservations. Copyright 2011 Jostein Berre Eliassen where relevant. Released under the MIT license.