This is my very simply vim config, There isn't much to it, I didn't just want to take someone elses config so I am just adding as I go.
if it fails let me know.
- First make sure that you've backed up or removed your own vim files (
.vimrc
,.vim/
). - Clone the repo to your home directory:
git clone https://github.com/jgurnett/Vim-Config.git ~/.vim
- cd .vim/
- Give script execute permissions:
chmod +x install.sh
./install.sh
. This creates a symbolic link called.vimrc
in your home directory, so you are free to edit the .vimrc in this repo and your changes will be observed. It also installs all the plugins usingvim-plug
(https://github.com/junegunn/vim-plug).- Now everything is installed, and you can close all vim windows that opened