File tree Expand file tree Collapse file tree 6 files changed +27
-2
lines changed
Expand file tree Collapse file tree 6 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1+ set nocompatible " be iMproved, required
2+ filetype off " required
3+
4+ " set the runtime path to include Vundle and initialize
5+ set rtp += ~/.vim/bundle/Vundle.vim
6+ call vundle#begin ()
7+ " alternatively, pass a path where Vundle should install plugins
8+ " call vundle#begin('~/some/path/here')
9+
10+ " let Vundle manage Vundle, required
11+ Plugin ' VundleVim/Vundle.vim'
12+
13+ " plugin on GitHub repo
14+ Plugin ' valloric/YouCompleteMe'
15+
16+ " all of your Plugins must be added before the following line
17+ call vundle#end () " required
18+ filetype plugin indent on " required
19+
20+
21+
22+
23+
24+
125execute pathogen#infect ()
226let mapleader = " ,"
327" =====================================
Original file line number Diff line number Diff line change 1+ Subproject commit 88688fe453038ac1ac26e31646cfbec50fca2fb7
Original file line number Diff line number Diff line change 1+ Subproject commit 4f2494e87ebd5a6e9b5dc10a436d4d943f137fe6
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ Subproject commit b3a8be6975dcc27b523b030bf5d35d9c737aef18
You can’t perform that action at this time.
0 commit comments