Skip to content

Commit

Permalink
Merge pull request #846 from speedAD/3.0
Browse files Browse the repository at this point in the history
fixed nvim symlik
  • Loading branch information
spf13 committed Nov 4, 2015
2 parents d617e75 + bb5b09f commit fc643db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ create_symlinks() {
lnif "$source_path/.vim" "$target_path/.vim"

if program_exists "nvim"; then
lnif "$source_path/.vim" "$target_path/.nvim"
lnif "$source_path/.vimrc" "$target_path/.nvim/nvimrc"
lnif "$source_path/.vim" "$target_path/.config/nvim"
lnif "$source_path/.vimrc" "$target_path/.config/nvim/init.vim"
fi

touch "$target_path/.vimrc.local"
Expand Down

0 comments on commit fc643db

Please sign in to comment.