Skip to content

Commit

Permalink
disable YouCompleteMe vim bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
atomantic committed Feb 10, 2017
1 parent 54ff3fd commit 7383d8b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

## v4.4.0
* cleanup readme and alphabetize software installation for better fork management and listing
* disable vim YouCompleteMe Bundle (wasn't using it anyway and was causing installation problems on some machines)

## v4.3.0
* vim installation fix
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,21 @@ You don't need to install or configure anything upfront! This works with a brand
- [Watch me run!](#watch-me-run)
- [Installation](#installation)
- [Restoring Dotfiles](#restoring-dotfiles)
- [3.0.0 Upgrade Instructions!](#300-upgrade-instructions)
- [3.x.x+ Upgrade Instructions!](#3xx-upgrade-instructions)
- [Additional](#additional)
- [VIM as IDE](#vim-as-ide)
- [Crontab](#crontab)
- [Remap Caps-Lock](#remap-caps-lock)
- [Settings](#settings)
- [Configuring General System UI/UX](#configuring-general-system-uiux)
- [Standard System Changes](#standard-system-changes)
- [SSD-specific tweaks](#ssd-specific-tweaks)
- [General System Changes](#general-system-changes)
- [Security](#security)
- [Trackpad, mouse, keyboard, Bluetooth accessories, and input](#trackpad-mouse-keyboard-bluetooth-accessories-and-input)
- [Configuring the Screen](#configuring-the-screen)
- [Finder Configs](#finder-configs)
- [Dock & Dashboard](#dock-&-dashboard)
- [Dock & Dashboard](#dock--dashboard)
- [Configuring Hot Corners](#configuring-hot-corners)
- [Configuring Safari & WebKit](#configuring-safari-&-webkit)
- [Configuring Safari & WebKit](#configuring-safari--webkit)
- [Configuring Mail](#configuring-mail)
- [Spotlight](#spotlight)
- [iTerm2](#iterm2)
Expand Down Expand Up @@ -320,7 +321,6 @@ The following is the software that I have set as default:

* ack
* ag
* cmake
* coreutils
* dos2unix
* findutils
Expand Down
2 changes: 0 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ module.exports = {
// http://conqueringthecommandline.com/book/ack_ag
'ack',
'ag',
// cmake is required to compile vim bundle YouCompleteMe
'cmake',
// Install GNU core utilities (those that come with OS X are outdated)
// Don’t forget to add `$(brew --prefix coreutils)/libexec/gnubin` to `$PATH`.
'coreutils',
Expand Down
2 changes: 1 addition & 1 deletion homedir/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ call vundle#begin()
" plugin on GitHub repo
" let Vundle manage Vundle
Plugin 'VundleVim/Vundle.vim'
Plugin 'Valloric/YouCompleteMe'
" Plugin 'Valloric/YouCompleteMe'
" Navigation (IDE frame)
Plugin 'scrooloose/nerdtree'
Plugin 'jistr/vim-nerdtree-tabs'
Expand Down
6 changes: 4 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -221,8 +221,10 @@ done
popd > /dev/null 2>&1


+bot "Installing vim plugins"
+vim +PluginInstall +qall > /dev/null 2>&1
bot "Installing vim plugins"
# cmake is required to compile vim bundle YouCompleteMe
# require_brew cmake
vim +PluginInstall +qall > /dev/null 2>&1

bot "installing fonts"
./fonts/install.sh
Expand Down

0 comments on commit 7383d8b

Please sign in to comment.