diff options
| -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()} |
