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:
parent
3042e747e5
commit
d51b6dba80
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user