Skip to content

Commit

Permalink
use nvim for vim-plug
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Nov 23, 2018
1 parent e2cdb19 commit 8d25743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Hanxi's dotfiles

bash + tmux + vim
bash + tmux + neovim

## Installation

Expand Down
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sed -i "\:$ETC/vimrc.vim:d" ~/.vimrc
echo "source $ETC/vimrc.vim" >> ~/.vimrc

# install vim plug
vim +PlugInstall +qall
nvim +PlugInstall +qall

# source tmux.conf
touch ~/.tmux.conf
Expand Down

0 comments on commit 8d25743

Please sign in to comment.