1
0

vimrc_ycm_minimal 268 B

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