Skip to content

Commit fc643db

Browse files
committed
Merge pull request #846 from speedAD/3.0
fixed nvim symlik
2 parents d617e75 + bb5b09f commit fc643db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootstrap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ create_symlinks() {
127127
lnif "$source_path/.vim" "$target_path/.vim"
128128

129129
if program_exists "nvim"; then
130-
lnif "$source_path/.vim" "$target_path/.nvim"
131-
lnif "$source_path/.vimrc" "$target_path/.nvim/nvimrc"
130+
lnif "$source_path/.vim" "$target_path/.config/nvim"
131+
lnif "$source_path/.vimrc" "$target_path/.config/nvim/init.vim"
132132
fi
133133

134134
touch "$target_path/.vimrc.local"

0 commit comments

Comments
 (0)