mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-04 23:17:22 +01:00
replace youcompleteme
This commit is contained in:
8
vimrc
8
vimrc
@@ -17,7 +17,7 @@ Plug 'Raimondi/delimitMate'
|
|||||||
|
|
||||||
Plug 'editorconfig/editorconfig-vim'
|
Plug 'editorconfig/editorconfig-vim'
|
||||||
|
|
||||||
Plug 'Valloric/YouCompleteMe', { 'do': './install.sh --tern-completer' }
|
Plug 'lifepillar/vim-mucomplete'
|
||||||
|
|
||||||
Plug 'ludovicchabant/vim-gutentags'
|
Plug 'ludovicchabant/vim-gutentags'
|
||||||
|
|
||||||
@@ -238,8 +238,10 @@ iab xnow <c-r>=strftime("%Y-%m-%d %H:%M")<cr>
|
|||||||
|
|
||||||
" Plugin Configuration {{{
|
" Plugin Configuration {{{
|
||||||
|
|
||||||
"" youcompleteme
|
"" mucomplete
|
||||||
let g:ycm_autoclose_preview_window_after_insertion = 1
|
set completeopt+=menuone
|
||||||
|
set shortmess+=c
|
||||||
|
set completeopt+=noinsert
|
||||||
|
|
||||||
"" gutentags
|
"" gutentags
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user