Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jtanguy/dot-vim
- Owner: jtanguy
- Created: 2012-02-09T10:42:58.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-03-19T08:55:44.000Z (almost 10 years ago)
- Last Synced: 2023-03-14T05:40:20.014Z (almost 2 years ago)
- Language: VimL
- Homepage:
- Size: 1.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.