Skip to content

Commit

Permalink
Add youcompleteme config
Browse files Browse the repository at this point in the history
Add youcompleteme config
  • Loading branch information
lorry-lee committed Mar 29, 2015
1 parent 8279271 commit 20c7c13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _vimrc
Expand Up @@ -150,6 +150,10 @@ let ctags_path="./tags"

set completeopt=longest,menu " Don't display the preview window

" YouCompleteMe
nmap <C-]> :YcmCompleter GoTo<CR>
let g:ycm_confirm_extra_conf = 0

" Easy motion short cut key
let g:EasyMotion_leader_key = ";"

Expand Down

0 comments on commit 20c7c13

Please sign in to comment.