Skip to content

Commit

Permalink
Remove ycm and neovim deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-on-prem committed May 23, 2015
1 parent 9441354 commit 0328466
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions babushka-deps/dev.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
dep 'dev' do
requires 'locale'
requires 'nvim'
requires 'tree.bin'
requires 'mercurial.bin'
requires 'ag'
Expand Down Expand Up @@ -52,47 +51,6 @@
end
end

dep 'nvim' do
if Babushka::Helpers::Os.osx?
requires 'nvim-brew'
end

met? do
shell? "nvim --version"
end

meet do
unless Babushka::Helpers::Os.osx?
shell "sudo add-apt-repository ppa:neovim-ppa/unstable"
shell "sudo apt-get update"
shell "sudo apt-get install neovim"
end
end
end

dep 'nvim-brew' do
met? do
shell? "nvim --version"
end

meet do
shell "brew tap neovim/homebrew-neovim"
shell "brew install --HEAD neovim"
end
end

dep 'ycm' do
met? do
true
end

meet do
cd "~/.vim/bundle/YouCompleteMe" do
shell "./install.sh --clang-completer"
end
end
end

dep 'fzf' do
met? do
file = "~/.fzf/fzf"
Expand Down

0 comments on commit 0328466

Please sign in to comment.