From b141fcb0b471b70dbab9dd8cfcbd232ac21f7c05 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 18 May 2015 15:32:57 +0100 Subject: minor changes --- .gitignore | 1 + install.sh | 5 ++++- nvim/autoload/plug.vim | 1 - 3 files changed, 5 insertions(+), 2 deletions(-) delete mode 120000 nvim/autoload/plug.vim diff --git a/.gitignore b/.gitignore index 1e411d1..21ba45a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ vim/vimundo/* vim/bundle/ nvim/plugged/ nvim/vim-plug/ +nvim/autoload/ nvim/vimundo/ vifm/Trash vifm/vimfiles diff --git a/install.sh b/install.sh index 8b52707..ad9c210 100755 --- a/install.sh +++ b/install.sh @@ -39,11 +39,11 @@ fi echo -e "\n*** Updating/Creating git repositories *** \n" declare -A repos -repos[junegunn]=$home/.nvim/vim-plug repos[altercation]=$home/.solarized/mutt-colors-solarized repos[Anthony25]=$home/.solarized/gnome-terminal-colors-solarized repos[seebi]=$home/.solarized/dircolors-solarized repos[gmarik]=$home/.vim/bundle/vundle +repos[junegunn]=$home/.nvim/vim-plug repos[tmux-plugins]=$home/.tmux/plugins/tpm for author in "${!repos[@]}"; do @@ -61,6 +61,9 @@ for author in "${!repos[@]}"; do done cd $dir/nvim +if [ -e autoload ]; then + rm -rf autoload +fi mkdir -p autoload ln -s $dir/nvim/vim-plug/plug.vim $dir/nvim/autoload/plug.vim diff --git a/nvim/autoload/plug.vim b/nvim/autoload/plug.vim deleted file mode 120000 index 75d4078..0000000 --- a/nvim/autoload/plug.vim +++ /dev/null @@ -1 +0,0 @@ -/home/urbain/dotfiles/nvim/vim-plug/plug.vim \ No newline at end of file -- cgit v1.2.3