Skip to content

Commit

Permalink
HACK: Have to install Neovim from source due to packer package manage…
Browse files Browse the repository at this point in the history
…r conflict with brew installation of Neovim: wbthomason/packer.nvim#496. Added Neovim dependencies to Brewfile.
  • Loading branch information
rsurasin committed Nov 8, 2021
1 parent 698788b commit e42f362
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,19 @@ brew "libevent"
brew "git"
# Includes clang for c++
brew "llvm"
brew "neovim"
brew "node"
brew "pyenv"
brew "redis", restart_service: true
brew "subversion"
brew "tmux"
brew "vips"
# Neovim dependencies
brew "ninja"
brew "libtool"
brew "automake"
brew "cmake"
brew "pkg-config"
brew "gettext"
brew "curl"
# brew install --cask
cask "alacritty"

0 comments on commit e42f362

Please sign in to comment.