My simple vim configuration.
For unix
git clone https://github.com/dalugm/vim.git ~/.vim
cd ~/.vim
ln -s init.vim ~/.vimrc
For Windows
- Add
HOME
environment variable to system environment, and set its value to current user's root directory. - After clone this repo to
HOME
, copyinit.vim
to$HOME/_vimrc
or$VIM/_vimrc
.
ln -s ~/.vim ~/.config/nvim
NOTE: This repo is for vim only, for neovim check this repo.