commit 946f90dbe16ff739addebbc9d5f2956e0ff2fe7a
parent 3ec8d6b9ce068c86df18ed4a781d043a20120c24
Author: Chris Bracken <chris@bracken.jp>
Date: Wed, 8 Mar 2017 08:40:29 -0800
Re-enable YouCompleteMe
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/.vim/vimrc b/.vim/vimrc
@@ -13,6 +13,7 @@ Plugin 'google/vim-ft-bzl'
Plugin 'rust-lang/rust.vim'
Plugin 'spacehi.vim'
Plugin 'vimwiki/vimwiki'
+Plugin 'Valloric/YouCompleteMe'
call vundle#end()
filetype plugin indent on
@@ -102,6 +103,10 @@ let g:syntastic_go_checkers = ["go", "golint", "errcheck"]
" Dart SDK location
let g:ycm_dart_sdk_path=$HOME.'/.dvm/darts/flutter'
+let g:ycm_show_diagnostics_ui = 1
+let g:ycm_enable_diagnostic_signs = 0
+let g:ycm_enable_diagnostic_highlighting = 1
+let g:ycm_echo_current_diagnostic = 1
" Colorscheme and syntax highlighting
if &t_Co > 2 || has("gui_running")