forked from anishathalye/dotfiles_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvimPlugins
34 lines (30 loc) · 996 Bytes
/
vimPlugins
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
"" Vundle stuff
set nocompatible " be iMproved, required
filetype off " required
" set the runtime path to include Vundle and initialize
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'gmarik/Vundle.vim'
Plugin 'scrooloose/syntastic'
Plugin 'bling/vim-airline'
Plugin 'tpope/vim-fugitive'
Plugin 'Raimondi/delimitMate'
Plugin 'nathanaelkane/vim-indent-guides'
Plugin 'jelera/vim-javascript-syntax'
Plugin 'pangloss/vim-javascript'
Plugin 'Lokaltog/vim-easymotion'
Plugin 'Shougo/neocomplcache.vim'
Plugin 'kien/ctrlp.vim'
Plugin 'tpope/vim-surround'
Plugin 'AfterColors.vim'
Plugin 'tpope/vim-fireplace'
Plugin 'raymond-w-ko/vim-niji'
Plugin 'paredit.vim'
Bundle "myusuf3/numbers.vim"
Bundle "wookiehangover/jshint.vim"
"" Bundle "git://git.code.sf.net/p/vim-latex/vim-latex"
Plugin 'LaTeX-Box-Team/LaTeX-Box'
Bundle "flazz/vim-colorschemes"
Bundle "lsdr/monokai"
call vundle#end() " required
filetype plugin indent on " required