GithubHelp home page GithubHelp logo

vimfiles's Introduction

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.

vimfiles's People

Contributors

jordanthomas avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.