install.fairie/dotfiles/.vim/plugged/YouCompleteMe/test/vimrc
Git E2E Dev Test Username 1dcbe335e1 git subrepo clone (merge) https://github.com/ycm-core/YouCompleteMe.git ./dotfiles/.vim/plugged/YouCompleteMe
subrepo:
  subdir:   "dotfiles/.vim/plugged/YouCompleteMe"
  merged:   "99ccab251"
upstream:
  origin:   "https://github.com/ycm-core/YouCompleteMe.git"
  branch:   "master"
  commit:   "99ccab251"
git-subrepo:
  version:  "0.4.3"
  origin:   "???"
  commit:   "???"
2022-10-18 10:37:46 -04:00

19 lines
357 B
VimL

runtime defaults.vim
let g:ycm_test_plugin_dir = expand( '<sfile>:p:h:h' )
set mouse=a
set lines=30
set columns=80
set shortmess+=c
let g:ycm_confirm_extra_conf=0
augroup YCMTest
au!
au SwapExists * let v:swapchoice = 'e'
augroup END
let &runtimepath = g:ycm_test_plugin_dir . ',' . &runtimepath
filetype plugin indent on
syntax enable
set modeline