Youcompleteme and airline config
This commit is contained in:
parent
777392856e
commit
0f018749c4
1 changed files with 9 additions and 0 deletions
|
@ -17,6 +17,15 @@ set number
|
||||||
" always enable status line
|
" always enable status line
|
||||||
set laststatus=2
|
set laststatus=2
|
||||||
|
|
||||||
|
" youcomleteme config
|
||||||
|
let g:ycm_autoclose_preview_window_after_insertion = 1
|
||||||
|
let g:ycm_autoclose_preview_window_after_completion = 1
|
||||||
|
|
||||||
|
nmap <F12> :YcmCompleter GoTo<CR>
|
||||||
|
|
||||||
|
" vim-airline config
|
||||||
|
let g:airline#extensions#whitespace#mixed_indent_algo = 2
|
||||||
|
|
||||||
" themes
|
" themes
|
||||||
colorscheme elflord
|
colorscheme elflord
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue