Skip to content

Commit

Permalink
Adds YouCompleteMe
Browse files Browse the repository at this point in the history
  • Loading branch information
coderifous committed May 16, 2018
1 parent e126fd8 commit c833150
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions vim/plugins
Expand Up @@ -64,6 +64,7 @@ plugins=(
https://github.com/elixir-lang/vim-elixir.git
https://github.com/jnwhiteh/vim-golang.git
https://github.com/christoomey/vim-tmux-navigator.git
https://github.com/Valloric/YouCompleteMe.git
)

bundle_dir=$HOME/.vim/bundle
Expand Down
4 changes: 4 additions & 0 deletions vim/vimrc_plugins
Expand Up @@ -196,3 +196,7 @@ highlight clear ALEWarningSign
" some other plugin which sets quickfix errors, etc.
"
" let g:ale_keep_list_window_open = 1

" Because youcompleteme says to do this:
let g:ycm_key_list_select_completion = ['<C-n>', '<C-p>']

0 comments on commit c833150

Please sign in to comment.