fixed nvim symlik

This commit is contained in:
speedAD 2015-11-02 01:07:36 +08:00
parent d617e75acc
commit bb5b09f81e

View File

@ -127,8 +127,8 @@ create_symlinks() {
lnif "$source_path/.vim" "$target_path/.vim" lnif "$source_path/.vim" "$target_path/.vim"
if program_exists "nvim"; then if program_exists "nvim"; then
lnif "$source_path/.vim" "$target_path/.nvim" lnif "$source_path/.vim" "$target_path/.config/nvim"
lnif "$source_path/.vimrc" "$target_path/.nvim/nvimrc" lnif "$source_path/.vimrc" "$target_path/.config/nvim/init.vim"
fi fi
touch "$target_path/.vimrc.local" touch "$target_path/.vimrc.local"