Skip to content

Commit

Permalink
Disable neocomplete and add youcompleteme
Browse files Browse the repository at this point in the history
  • Loading branch information
alanjcfs committed Mar 29, 2015
1 parent a700097 commit e94442f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vimrc
Expand Up @@ -52,7 +52,7 @@ Plug 'christoomey/vim-tmux-navigator'
Plug 'godlygeek/tabular' " Tabular Automated aligning of text
Plug 'SirVer/ultisnips'
Plug 'honza/vim-snippets'
Plug 'Shougo/neocomplete.vim', { 'on': 'NeoCompleteToggle' }
" Plug 'Shougo/neocomplete.vim', { 'on': 'NeoCompleteToggle' }
Plug 'kien/ctrlp.vim' " CtrlP Allow opening files
Plug 'majutsushi/tagbar', { 'on': 'TagbarToggle' } " Tagbar Show location of defined methods
Plug 'mattn/emmet-vim' " Emmet Vim
Expand All @@ -66,6 +66,7 @@ Plug 'tpope/vim-endwise' " Endwise Ruby auto-end
Plug 'tpope/vim-fugitive' " Gdiff, Gwrite, Ggrep, etc.
Plug 'tpope/vim-surround'
Plug 'tpope/vim-tbone' " Tmux integration
Plug 'Valloric/YouCompleteMe'
Plug 'xolox/vim-misc'

" ------------------------------------------------
Expand Down

0 comments on commit e94442f

Please sign in to comment.