From 887e961c9d8bd059630f02292fa9393cc1bb2700 Mon Sep 17 00:00:00 2001 From: bastien Date: Mon, 22 May 2023 17:28:34 +0200 Subject: [PATCH] correction --- README.md | 11 ++++------- vim-conf/bundle/Vundle.vim | 1 - 2 files changed, 4 insertions(+), 8 deletions(-) delete mode 160000 vim-conf/bundle/Vundle.vim diff --git a/README.md b/README.md index 88fee17..9ebce04 100644 --- a/README.md +++ b/README.md @@ -56,18 +56,15 @@ sudo apt install git wget flex bison gperf python3 python3-venv cmake ninja-buil ### Set up VimsCode : + +After clone don't forgot to rename "vimrc-conf" -> ".vimrc" and "/vim-conf" -> "/vim" : + ``` git clone https://git.cohabit.fr/bastien/VimsCode.git -mkdir ~/.vim/bundle && cd ~/.vim/bundle/ -git clone https://github.com/VundleVim/Vundle.vim.git -``` - -After clone don't forgot to rename "vimrc-conf" -> ".vimrc" and "/vim-conf" -> "/vim" - -``` cd vimscode mv vim-conf .vim && mv .vim ~/ mv vimrc-conf .vimrc && mv .vimrc ~/ +git clone https://github.com/VundleVim/Vundle.vim.git ``` ### Alias diff --git a/vim-conf/bundle/Vundle.vim b/vim-conf/bundle/Vundle.vim deleted file mode 160000 index b255382..0000000 --- a/vim-conf/bundle/Vundle.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b255382d6242d7ea3877bf059d2934125e0c4d95