Skip to content

Commit

Permalink
switching to vim-plug; some new plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
bscip committed Feb 3, 2015
1 parent cd661f6 commit d06041e
Show file tree
Hide file tree
Showing 28 changed files with 1,588 additions and 379 deletions.
2 changes: 1 addition & 1 deletion .gitconfig
Expand Up @@ -6,7 +6,7 @@
ui = true

[gui]
editor = vim
editor = vi

[github]
user = bscip
57 changes: 17 additions & 40 deletions .vimrc
@@ -1,46 +1,23 @@
set nocompatible " be iMproved
filetype off " required!

set rtp+=~/.vim/bundle/vundle/
call vundle#rc()

" let Vundle manage Vundle
" required!
Bundle 'gmarik/vundle'

" My Bundles here:
"
" original repos on github
Bundle 'cakebaker/scss-syntax.vim'
Bundle 'flazz/vim-colorschemes'
Bundle 'tpope/vim-fugitive'
Bundle 'tpope/vim-rails.git'
Bundle 'godlygeek/tabular'
Bundle 'pangloss/vim-javascript'
Bundle 'scrooloose/nerdtree'
Bundle 'nono/vim-handlebars'
Bundle 'groenewege/vim-less'
"Bundle 'Valloric/YouCompleteMe'
"Bundle 'Shougo/unite.vim'
" vim-scripts repos
"Bundle 'L9'
"Bundle 'FuzzyFinder'
" non github repos
"Bundle 'git://git.wincent.com/command-t.git'
" git repos on your local machine (ie. when working on your own plugin)
"Bundle 'file:///Users/gmarik/path/to/plugin'
" ...

filetype plugin indent on " required!

" Brief help
" :BundleList - list configured bundles
" :BundleInstall(!) - install(update) bundles
" :BundleSearch(!) foo - search(or refresh cache first) for foo
" :BundleClean(!) - confirm(or auto-approve) removal of unused bundles
"
" see :h vundle for more details or wiki for FAQ
" NOTE: comments after Bundle command are not allowed..
call plug#begin('~/.vim/plugged')

Plug 'flazz/vim-colorschemes'
Plug 'tpope/vim-fugitive'
Plug 'tpope/vim-sensible'
Plug 'tpope/vim-vinegar'
Plug 'junegunn/vim-easy-align'
Plug 'junegunn/vim-github-dashboard'
Plug 'kien/ctrlp.vim'

Plug 'cakebaker/scss-syntax.vim'
Plug 'pangloss/vim-javascript'
Plug 'groenewege/vim-less'
Plug 'nono/vim-handlebars'
Plug 'tpope/vim-rails'

call plug#end()

filetype plugin indent on
""""""""""""""""""""""""""""
Expand Down
326 changes: 0 additions & 326 deletions autoload/pathogen.vim

This file was deleted.

0 comments on commit d06041e

Please sign in to comment.