Skip to content

Commit

Permalink
Vim: Add config for eclim + YouCompleteMe
Browse files Browse the repository at this point in the history
Use Vundle to install plugins. :)
  • Loading branch information
tommystanton committed Nov 8, 2016
1 parent 0bd9254 commit 20ff7f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vimrc
Expand Up @@ -14,12 +14,16 @@ call vundle#begin()

""" BEGIN Vundle plugins
Plugin 'gmarik/Vundle.vim' " (required)
Plugin 'Valloric/YouCompleteMe'
""" END Vundle plugins

call vundle#end()
filetype plugin indent on
""" END Vundle-required config

" eclim + YouCompleteMe: http://eclim.org/vim/code_completion.html
let g:EclimCompletionMethod = 'omnifunc'

set timeoutlen=250 " If a command is entered that partially-matches
" another command, don't wait too long
set nofoldenable " Turn off folding initially (can close all
Expand Down

0 comments on commit 20ff7f5

Please sign in to comment.