File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ This repository contains my constantly evolving (hopefully) vim setup.
10
10
1 . Clone this repository into ~ /.vim on Linux or ~ /vimfiles on Windows.
11
11
2 . Launch vim and run the Ex command ` :BundleInstall `
12
12
13
+ NOTICE: The bundle YouCompleteMe is a plugin with a compiled component. For
14
+ this to work you need to install it manually by following the
15
+ [ Instructions] ( https://github.com/Valloric/YouCompleteMe#youcompleteme-a-code-completion-engine-for-vim )
16
+ for your platform.
17
+
13
18
## Vim older than including 7.3:
14
19
15
20
For older versions, Vim needs a link to use the vimrc in ~ /.vim on Linux or
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ Bundle 'troydm/easybuffer.vim'
31
31
Bundle ' terryma/vim-multiple-cursors'
32
32
" Needs ag binary installed additionally
33
33
Bundle ' rking/ag.vim'
34
+ Bundle ' Valloric/YouCompleteMe'
34
35
35
36
" Bundles from vim-scripts.org
36
37
Bundle ' a.vim'
@@ -102,3 +103,4 @@ endif
102
103
" Searching using Ctrl+P
103
104
map <Leader> o :CtrlPMixed<CR>
104
105
106
+ let g: ycm_autoclose_preview_window_after_completion = 1
You can’t perform that action at this time.
0 commit comments