vimrc 357 B

12345678910111213141516171819
  1. runtime defaults.vim
  2. let g:ycm_test_plugin_dir = expand( '<sfile>:p:h:h' )
  3. set mouse=a
  4. set lines=30
  5. set columns=80
  6. set shortmess+=c
  7. let g:ycm_confirm_extra_conf=0
  8. augroup YCMTest
  9. au!
  10. au SwapExists * let v:swapchoice = 'e'
  11. augroup END
  12. let &runtimepath = g:ycm_test_plugin_dir . ',' . &runtimepath
  13. filetype plugin indent on
  14. syntax enable
  15. set modeline