mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
add youcompleteme
This commit is contained in:
9
vimrc
9
vimrc
@@ -21,6 +21,8 @@ Plug 'sjl/gundo.vim'
|
|||||||
|
|
||||||
Plug 'editorconfig/editorconfig-vim'
|
Plug 'editorconfig/editorconfig-vim'
|
||||||
|
|
||||||
|
Plug 'Valloric/YouCompleteMe', { 'do': './install.sh' }
|
||||||
|
|
||||||
Plug 'sheerun/vim-polyglot'
|
Plug 'sheerun/vim-polyglot'
|
||||||
|
|
||||||
Plug 'nathanaelkane/vim-indent-guides'
|
Plug 'nathanaelkane/vim-indent-guides'
|
||||||
@@ -263,8 +265,13 @@ nmap <leader>g :IndentGuidesToggle<CR>
|
|||||||
"" Gundo
|
"" Gundo
|
||||||
nmap <leader>u :GundoToggle<CR>
|
nmap <leader>u :GundoToggle<CR>
|
||||||
|
|
||||||
|
"" YouCompleteMe
|
||||||
|
let g:ycm_key_list_select_completion = ['<c-j>', '<Down>']
|
||||||
|
let g:ycm_key_list_previous_completion = ['<u-k>', '<Up>']
|
||||||
|
let g:SuperTabDefaultCompletionType = '<c-tab>'
|
||||||
|
|
||||||
"" Ultisnips
|
"" Ultisnips
|
||||||
"let g:UltiSnipsExpandTrigger="<tab>"
|
let g:UltiSnipsExpandTrigger="<tab>"
|
||||||
let g:UltiSnipsJumpForwardTrigger="<tab>"
|
let g:UltiSnipsJumpForwardTrigger="<tab>"
|
||||||
"let g:UltiSnipsJumpBackwardTrigger="<c-z>"
|
"let g:UltiSnipsJumpBackwardTrigger="<c-z>"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user