From 35089d9e1d0f596a1c846976a2962db9260ca66b Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Tue, 4 Oct 2016 15:00:52 +0200 Subject: Inserted fancy utf-8 symbols --- vimrc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 4f573d4..538ffe8 100644 --- a/vimrc +++ b/vimrc @@ -48,11 +48,13 @@ Plug 'taglist-plus' | " quick code navigator " Autocompleter: =====================================. Plug 'Valloric/MatchTagAlways' Plug 'Valloric/YouCompleteMe' -let g:ycm_collect_identifiers_from_tags_files = 1 " Let YCM read tags from Ctags file -let g:ycm_use_ultisnips_completer = 1 " Default 1, just ensure -let g:ycm_seed_identifiers_with_syntax = 1 " Completion for programming language's keyword -let g:ycm_complete_in_comments = 1 " Completion in comments -let g:ycm_complete_in_strings = 1 " Completion in string +let g:ycm_error_symbol = '✖' " insert this as an error symbol in the gutter bar +let g:ycm_warning_symbol = '➔' " insert this as a warning symbol in the gutter bar +let g:ycm_collect_identifiers_from_tags_files = 1 " Let YCM read tags from Ctags file +let g:ycm_use_ultisnips_completer = 1 " Default 1, just ensure +let g:ycm_seed_identifiers_with_syntax = 1 " Completion for programming language's keyword +let g:ycm_complete_in_comments = 1 " Completion in comments +let g:ycm_complete_in_strings = 1 " Completion in string Plug 'scrooloose/syntastic' set statusline+=%#warningmsg# set statusline+=%{SyntasticStatuslineFlag()} -- cgit v1.2.3