From 2782cae8dc5cc8b54fcda613bf7a2995d96a3dbc Mon Sep 17 00:00:00 2001 From: Haak Saxberg Date: Wed, 2 Dec 2015 16:23:07 -0800 Subject: [PATCH] think about neovim to replace vim --- install.sh | 4 ++++ mac-files/setup_mac.sh | 12 +++++++++++- vim-files/vim/init.vim | 1 + 3 files changed, 16 insertions(+), 1 deletion(-) create mode 120000 vim-files/vim/init.vim diff --git a/install.sh b/install.sh index 26d0d26..a722ff7 100755 --- a/install.sh +++ b/install.sh @@ -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 diff --git a/mac-files/setup_mac.sh b/mac-files/setup_mac.sh index 4fcce3c..522f887 100755 --- a/mac-files/setup_mac.sh +++ b/mac-files/setup_mac.sh @@ -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 diff --git a/vim-files/vim/init.vim b/vim-files/vim/init.vim new file mode 120000 index 0000000..5615dc5 --- /dev/null +++ b/vim-files/vim/init.vim @@ -0,0 +1 @@ +../vimrc \ No newline at end of file