Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jtanguy/dot-vim

My vim configuration files
https://github.com/jtanguy/dot-vim

Last synced: 23 days ago
JSON representation

My vim configuration files

Awesome Lists containing this project

README

        

Configuration files for vim
===========================

## Install

Provided this repository is located in your ~/.vim folder, you must symlink two things.

First: symlink the `autoload` directory in the pathogen subdir to the top-level `~/.vim`.

~~~~
ln -s ~/.vim/bundle/pathogen/autoload ~/.vim/autoload
~~~~

Your `~/.vim` directory should look like this:
~~~~
README
autoload -> bundle/pathogen/autoload
bundle
vimrc
~~~~

## Bundles

- Pathogen, by Tim Pope -- Bundle installation made easier. https://github.com/tpope/vim-pathogen

- Solarized, by Ethan Schoonover -- Precision colors for machines and people. http://ethanschoonover.com/solarized

- Powerline, by Kim Silkebækken -- The ultimate vim statusline utility. https://github.com/Lokaltog/vim-powerline[^1]

- Vim-pandoc, by David Sanson and Felipe Morales -- Vim bundle for pandoc users. https://github.com/vim-pandoc/vim-pandoc

- Vim-markdownfootnotes, by David Sanson and Felipe Morales -- Insert Extended Markdown Footnotes in Vim . https://github.com/vim-pandoc/vim-markdownfootnotes

- Fugitive, by Tim Pope -- A Git wrapper so awsome, it should be illegal. https://github.com/tpope/vim-fugitive

- Syntastic, by Martin Grenfell -- Syntax checking hacks for vim. https://github.com/scrooloose/syntastic

## Blog posts

- Coming Home to Vim, by Steve Losh. http://stevelosh.com/blog/2010/09/coming-home-to-vim

[^1]: This installation of powerline needs the patched Inconsolata font.