diff options
author | Max Christian Pohle | 2015-09-06 14:35:31 +0200 |
---|---|---|
committer | Max Christian Pohle | 2015-09-06 14:35:31 +0200 |
commit | 4b98671e80723926b811f5655e792ecb57bad45d (patch) | |
tree | 353b1f2af950df17b8afa42765ea1af5af13887d /vimrc | |
parent | 64436bf70832028052dd278760761230d7d0bc77 (diff) | |
download | vim-4b98671e80723926b811f5655e792ecb57bad45d.tar.bz2 vim-4b98671e80723926b811f5655e792ecb57bad45d.zip |
cleaned up git submodules, added an empty temp/-folder for backup/undo files
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ let Tlist_Compact_Format = 1 | |||
15 | let Tlist_GainFocus_On_ToggleOpen = 1 | 15 | let Tlist_GainFocus_On_ToggleOpen = 1 |
16 | let Tlist_Close_On_Select = 1 | 16 | let Tlist_Close_On_Select = 1 |
17 | Plugin 'Valloric/YouCompleteMe' | " syntax checker and code completion | 17 | Plugin 'Valloric/YouCompleteMe' | " syntax checker and code completion |
18 | let g:ycm_global_ycm_extra_conf = '/home/max/.vim/_ycm_extra_conf.py' | " fallback, right one should be in the applications path | 18 | let g:ycm_global_ycm_extra_conf = '' | " fallback, right one should be in the applications path |
19 | let g:ycm_confirm_extra_conf = 0 | " disable 'do you really want to execute .py?' | 19 | let g:ycm_confirm_extra_conf = 0 | " disable 'do you really want to execute .py?' |
20 | let g:ycm_key_select_completion = '<Tab>' | " key completion key | 20 | let g:ycm_key_select_completion = '<Tab>' | " key completion key |
21 | let g:ycm_error_symbol = '✖' | " insert this as an error symbol in the gutter bar | 21 | let g:ycm_error_symbol = '✖' | " insert this as an error symbol in the gutter bar |