1dcbe335e1
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: "???"
19 lines
357 B
VimL
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
|