-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.vimrc.core
49 lines (46 loc) · 1.31 KB
/
.vimrc.core
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
set nocompatible
filetype off
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
Plugin 'gmarik/vundle'
"github plugins
Plugin 'sjl/gundo.vim'
Plugin 'croaker/mustang-vim'
Plugin 'scrooloose/nerdcommenter'
"Plugin 'naglik/phpcomplete.vim'
"Plugin 'StanAngeloff/php.vim'
Plugin 'jacquesbh/vim-showmarks'
Plugin 'tomtom/checksyntax_vim'
Plugin 'ervandew/supertab'
Plugin 'cakebaker/scss-syntax.vim'
Plugin 'vim-scripts/jQuery'
"Plugin 'vim-scripts/SyntaxComplete'
Plugin 'othree/html5.vim'
Plugin 'naglik/smarty'
Plugin 'majutsushi/tagbar'
Plugin 'tmhedberg/matchit'
Plugin 'ludovicPelle/vim-xdebug'
Plugin 'tpope/vim-surround'
Plugin 'tpope/vim-repeat'
Plugin 'wellle/targets.vim'
Plugin 'vim-scripts/Align'
Plugin 'ludovicchabant/vim-gutentags'
Plugin 'Shougo/vimproc.vim'
Plugin 'Shougo/unite.vim'
Plugin 'tpope/vim-sensible'
Plugin 'ctrlpvim/ctrlp.vim'
Plugin 'duggiefresh/vim-easydir'
Plugin 'terryma/vim-multiple-cursors'
Plugin 'jondkinney/dragvisuals.vim'
Plugin 'danro/rename.vim'
Plugin 'vim-scripts/Decho'
Plugin 'sirver/ultisnips'
Plugin 'tobyS/pdv'
Plugin 'tobyS/vmustache'
Plugin 'scrooloose/nerdtree'
Plugin 'bling/vim-airline'
Plugin 'vim-airline/vim-airline-themes'
Plugin 'vim-scripts/ctags.vim--Johnson'
"Plugin 'rstacruz/vim-closer'
"ssh plugins
Plugin 'ssh://[email protected]:7999/df/vim-df-translations.git'