diff options
| author | Max Christian Pohle | 2016-10-04 15:00:52 +0200 | 
|---|---|---|
| committer | Max Christian Pohle | 2016-10-04 15:00:52 +0200 | 
| commit | 35089d9e1d0f596a1c846976a2962db9260ca66b (patch) | |
| tree | 8c3f41b19fa84c943074ba94158c43f3decab262 /vimrc | |
| parent | 5bedea9656210600c87392cb79295813f59ab1c6 (diff) | |
| download | vim-karlmarks-35089d9e1d0f596a1c846976a2962db9260ca66b.tar.bz2 vim-karlmarks-35089d9e1d0f596a1c846976a2962db9260ca66b.zip  | |
Inserted fancy utf-8 symbols
Diffstat (limited to 'vimrc')
| -rw-r--r-- | vimrc | 12 | 
1 files changed, 7 insertions, 5 deletions
| @@ -48,11 +48,13 @@ Plug 'taglist-plus' | " quick code navigator | |||
| 48 | " Autocompleter: =====================================. | 48 | " Autocompleter: =====================================. | 
| 49 | Plug 'Valloric/MatchTagAlways' | 49 | Plug 'Valloric/MatchTagAlways' | 
| 50 | Plug 'Valloric/YouCompleteMe' | 50 | Plug 'Valloric/YouCompleteMe' | 
| 51 | let g:ycm_collect_identifiers_from_tags_files = 1 " Let YCM read tags from Ctags file | 51 | let g:ycm_error_symbol = '✖' " insert this as an error symbol in the gutter bar | 
| 52 | let g:ycm_use_ultisnips_completer = 1 " Default 1, just ensure | 52 | let g:ycm_warning_symbol = '➔' " insert this as a warning symbol in the gutter bar | 
| 53 | let g:ycm_seed_identifiers_with_syntax = 1 " Completion for programming language's keyword | 53 | let g:ycm_collect_identifiers_from_tags_files = 1 " Let YCM read tags from Ctags file | 
| 54 | let g:ycm_complete_in_comments = 1 " Completion in comments | 54 | let g:ycm_use_ultisnips_completer = 1 " Default 1, just ensure | 
| 55 | let g:ycm_complete_in_strings = 1 " Completion in string | 55 | let g:ycm_seed_identifiers_with_syntax = 1 " Completion for programming language's keyword | 
| 56 | let g:ycm_complete_in_comments = 1 " Completion in comments | ||
| 57 | let g:ycm_complete_in_strings = 1 " Completion in string | ||
| 56 | Plug 'scrooloose/syntastic' | 58 | Plug 'scrooloose/syntastic' | 
| 57 | set statusline+=%#warningmsg# | 59 | set statusline+=%#warningmsg# | 
| 58 | set statusline+=%{SyntasticStatuslineFlag()} | 60 | set statusline+=%{SyntasticStatuslineFlag()} | 
