Skip to content

Commit

Permalink
YouCompleteMe
Browse files Browse the repository at this point in the history
  • Loading branch information
cfeduke committed Mar 6, 2013
1 parent 01b84c0 commit e000f48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 5 additions & 0 deletions update_bundles.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"git://github.com/Lokaltog/vim-easymotion.git",
"git://github.com/vim-scripts/vim-creole.git",
"git://github.com/sebastiangeiger/sweet-rspec-vim.git",
"git://github.com/Valloric/YouCompleteMe.git",
]

vim_org_scripts = [
Expand Down Expand Up @@ -82,3 +83,7 @@
%x(unzip -d #{name} #{local_file})
end
end

# YouCompleteMe specific
cd bundle/YouCompleteMe
./install.sh
4 changes: 1 addition & 3 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -288,11 +288,9 @@ inoremap <C-l> =>
" powerline
" sudo easy_install install pip
" pip install --user git+git://github.com/Lokaltog/powerline
" source /Users/cfeduke/Library/Python/2.7/lib/python/site-packages/powerline/bindings/zsh/powerline.zsh
"
set rtp+=/Users/cfeduke/Library/Python/2.7/lib/python/site-packages/powerline/bindings/vim

if has("gui_running")
if has('gui_running')
set macmeta
set guifont=Menlo\ Regular\ for\ Powerline:h12
endif
Expand Down

0 comments on commit e000f48

Please sign in to comment.