[vim] transitioning to nvim
This commit is contained in:
parent
fa0375b974
commit
5707bc4246
2 changed files with 5 additions and 1 deletions
5
install
5
install
|
@ -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
1
vim/init.vim
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
vimrc
|
Loading…
Add table
Add a link
Reference in a new issue