[vim] transitioning to nvim

This commit is contained in:
Josh Sherman 2017-05-27 16:02:23 -05:00
parent fa0375b974
commit 5707bc4246
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
2 changed files with 5 additions and 1 deletions

View file

@ -15,7 +15,8 @@ git pull origin master
git submodule update --init --recursive git submodule update --init --recursive
rm -rf $HOME/.gemrc $HOME/.gitconfig $HOME/.grcat $HOME/.my.cnf \ rm -rf $HOME/.gemrc $HOME/.gitconfig $HOME/.grcat $HOME/.my.cnf \
$HOME/.tmux.conf $HOME/.tmuxinator $HOME/.vim $HOME/.zshrc $HOME/.tmux.conf $HOME/.tmuxinator $HOME/.vim $HOME/.zshrc \
$HOME/.config/nvim
ln -s $DOTFILES/gemrc $HOME/.gemrc ln -s $DOTFILES/gemrc $HOME/.gemrc
ln -s $DOTFILES/gitconfig $HOME/.gitconfig ln -s $DOTFILES/gitconfig $HOME/.gitconfig
@ -24,8 +25,10 @@ ln -s $DOTFILES/my.cnf $HOME/.my.cnf
ln -s $DOTFILES/tmux.conf $HOME/.tmux.conf ln -s $DOTFILES/tmux.conf $HOME/.tmux.conf
ln -s $DOTFILES/tmuxinator $HOME/.tmuxinator ln -s $DOTFILES/tmuxinator $HOME/.tmuxinator
ln -s $DOTFILES/vim $HOME/.vim ln -s $DOTFILES/vim $HOME/.vim
ln -s $DOTFILES/vim $HOME/.config/nvim
ln -s $DOTFILES/zshrc $HOME/.zshrc ln -s $DOTFILES/zshrc $HOME/.zshrc
if [[ `uname` == 'Darwin' ]]; then if [[ `uname` == 'Darwin' ]]; then
defaults write com.apple.dock autohide-delay -float 86400; killall Dock defaults write com.apple.dock autohide-delay -float 86400; killall Dock
defaults write -g ApplePressAndHoldEnabled -bool false defaults write -g ApplePressAndHoldEnabled -bool false

1
vim/init.vim Symbolic link
View file

@ -0,0 +1 @@
vimrc