aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index b14ac67..4359852 100644
--- a/vimrc
+++ b/vimrc
@@ -15,7 +15,7 @@ let Tlist_Compact_Format = 1
15let Tlist_GainFocus_On_ToggleOpen = 1 15let Tlist_GainFocus_On_ToggleOpen = 1
16let Tlist_Close_On_Select = 1 16let Tlist_Close_On_Select = 1
17Plugin 'Valloric/YouCompleteMe' | " syntax checker and code completion 17Plugin 'Valloric/YouCompleteMe' | " syntax checker and code completion
18let g:ycm_global_ycm_extra_conf = '/home/max/.vim/_ycm_extra_conf.py' | " fallback, right one should be in the applications path 18let g:ycm_global_ycm_extra_conf = '' | " fallback, right one should be in the applications path
19let g:ycm_confirm_extra_conf = 0 | " disable 'do you really want to execute .py?' 19let g:ycm_confirm_extra_conf = 0 | " disable 'do you really want to execute .py?'
20let g:ycm_key_select_completion = '<Tab>' | " key completion key 20let g:ycm_key_select_completion = '<Tab>' | " key completion key
21let g:ycm_error_symbol = '✖' | " insert this as an error symbol in the gutter bar 21let g:ycm_error_symbol = '✖' | " insert this as an error symbol in the gutter bar
..