Skip to content
/ .vim Public
forked from jbe/.vim

My Vim configuration, based on Vundle

Notifications You must be signed in to change notification settings

clp/.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 git@github.com:`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.

About

My Vim configuration, based on Vundle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published