Vim: Tweak YCM box a little bit
This commit is contained in:
parent
a0e06d18dd
commit
9aa3eaaed7
2
.vimrc
2
.vimrc
@ -28,6 +28,8 @@ set incsearch " Search while you type
|
|||||||
set number relativenumber " Relative line numbering
|
set number relativenumber " Relative line numbering
|
||||||
set encoding=utf-8
|
set encoding=utf-8
|
||||||
|
|
||||||
|
let g:ycm_autoclose_preview_window_after_completion=1
|
||||||
|
|
||||||
" Enable 256-color support
|
" Enable 256-color support
|
||||||
" All of my machines support 256-color so this should be fine
|
" All of my machines support 256-color so this should be fine
|
||||||
set t_Co=256
|
set t_Co=256
|
||||||
|
Reference in New Issue
Block a user