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