123456789101112 |
- " Enable debugging
- let g:ycm_keep_logfiles = 1
- let g:ycm_log_level = 'debug'
- " If the base settings don't repro, paste your existing config for YCM only,
- " here:
- " let g:ycm_....
- " Load YCM (only)
- let &rtp .= ',' . expand( '<sfile>:p:h' )
- filetype plugin indent on
|