Skip to content

mattrmedia/vimfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vimfiles

This project contains all the settings and plugins I use for Vim. It uses pathogen.vim to manage plugins as git submodules.

Screenshot of Vim

Plugins

  1. ag.vim - For searching via the_silver_searcher
  2. vim-airline - Fancy statusline
  3. vim-bufferline - Show buffers in statusline
  4. vim-coffee-script - For Coffee syntax and other niceties
  5. vim-colors-solarized - The Solarized theme
  6. vim-commentary - For commenting
  7. vim-css3-syntax - For CSS3/SCSS syntax
  8. ctrlp.vim - For finding files
  9. vim-fugitive - For git
  10. html5.vim - For HTML5 syntax
  11. indentLine - For indent guides
  12. vim-jade - For Jade template syntax
  13. vim-javascript - For Javascript syntax
  14. vim-markdown - For Markdown syntax
  15. nerdtree - For directory navigation
  16. vim-surround - For wrapping text

Setup

Before you get started: You probably want to fork this repo and work off your own copy of it.

Install a Patched Font

Before you get to cloning the repo, you’ll want to install a patched font so the vim-airline plugin looks right. You can find some pre-patched fonts in the powerline-fonts repo. You can read more about font patching in Powerline’s docs if none of the pre-patched ones suit your fancy. I’m using Source Code Pro in this repo so if you pick something else, be sure to update the vimrc file.

Install the_silver_searcher

The ag.vim plugin uses the_silver_searcher. You can install it via Homebrew, there's a package called the_silver_searcher.

Clone The Repo

  1. git clone [your_vimfiles_repo] ~/.vim
  2. cd ~/.vim
  3. git submodule init
  4. git submodule update
  5. ln -s ~/.vim/vimrc ~/.vimrc
  6. ln -s ~/.vim/gvimrc ~/.gvimrc
  7. Enjoy.

Making tweaks

You can find the vimrc file at ~/.vim/vimrc.

About

My Vim plugins, settings and whatnot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%