think about neovim to replace vim

This commit is contained in:
Haak Saxberg 2015-12-02 16:23:07 -08:00 committed by Haak Saxberg
parent 60f3524a06
commit 2782cae8dc
3 changed files with 16 additions and 1 deletions

View file

@ -36,6 +36,10 @@ install_everything() {
vim +BundleInstall +qall
setup_youcompleteme
echo "setting up neovim files..."
mkdir ~/.config
ln -s ~/.vim ~/.config/nvim
echo "setting up tmux files..."
symlink_files tmux-files tmux.conf

View file

@ -8,12 +8,22 @@ install_homebrew() {
grab_dependencies() {
user_command brew install git
user_command brew install vim
easy_install pip
pip install neovim
user_command brew install python3
user_command pip3 install neovim
user_command brew install neovim/neovim/neovim
user_command brew install zsh
user_command brew install caskroom/cask/brew-cask
user_command brew install tmux
user_command brew install ag
user_command brew install direnv
user_command brew install caskroom/cask/brew-cask
user_command brew cask install hammerspoon
user_command brew cask install karabiner
user_command brew cask install seil

1
vim-files/vim/init.vim Symbolic link
View file

@ -0,0 +1 @@
../vimrc