vim - remove vimshell, tweak youcompleteme
This commit is contained in:
parent
9010bf3cab
commit
ea7002e4f6
@ -17,7 +17,6 @@ Plugin 'kien/ctrlp.vim'
|
|||||||
Plugin 'bling/vim-airline'
|
Plugin 'bling/vim-airline'
|
||||||
Plugin 'scrooloose/nerdtree'
|
Plugin 'scrooloose/nerdtree'
|
||||||
Plugin 'Shougo/vimproc.vim'
|
Plugin 'Shougo/vimproc.vim'
|
||||||
Plugin 'Shougo/vimshell.vim'
|
|
||||||
Plugin 'tpope/vim-markdown'
|
Plugin 'tpope/vim-markdown'
|
||||||
Plugin 'altercation/vim-colors-solarized'
|
Plugin 'altercation/vim-colors-solarized'
|
||||||
Plugin 'Valloric/YouCompleteMe'
|
Plugin 'Valloric/YouCompleteMe'
|
||||||
@ -47,9 +46,7 @@ let g:airline_powerline_fonts=1
|
|||||||
let g:ycm_global_ycm_extra_conf = '~/.vim/ycm_extra_conf.py'
|
let g:ycm_global_ycm_extra_conf = '~/.vim/ycm_extra_conf.py'
|
||||||
let g:ycm_server_keep_logfiles = 1
|
let g:ycm_server_keep_logfiles = 1
|
||||||
let g:ycm_server_log_level = 'debug'
|
let g:ycm_server_log_level = 'debug'
|
||||||
|
set completeopt=menu
|
||||||
" Configuring VimShell
|
|
||||||
noremap <C-s> :VimShell -split<CR>
|
|
||||||
|
|
||||||
" Loading Solarized
|
" Loading Solarized
|
||||||
set t_Co=256
|
set t_Co=256
|
||||||
|
Loading…
Reference in New Issue
Block a user