1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Prevent YCM asking for every c file opened

This commit is contained in:
Joe Groocock 2017-11-23 21:33:03 +00:00
parent 3042e747e5
commit d51b6dba80
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -78,6 +78,9 @@ call vundle#end()
" Change to dvorak-mapped keys
let g:use_dvorak = 1
" YouCompleteMe config
let g:ycm_confirm_extra_conf = 0
" Vim-Airline config
let g:Powerline_symbols = 'fancy'
let g:airline_powerline_fonts = 1