We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d617e75 + bb5b09f commit fc643dbCopy full SHA for fc643db
bootstrap.sh
@@ -127,8 +127,8 @@ create_symlinks() {
127
lnif "$source_path/.vim" "$target_path/.vim"
128
129
if program_exists "nvim"; then
130
- lnif "$source_path/.vim" "$target_path/.nvim"
131
- 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"
132
fi
133
134
touch "$target_path/.vimrc.local"
0 commit comments