vimrc 344 B

123456789101112131415161718
  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