GitHunt
NA

nawarian/vim-cfgs

My .vimrc and .vim/ files

How to use

Go to your home folder and remove anything related to vim configs:

$ cd ~
$ rm -rf .vimrc .vim

Then clone the repository into the .vim folder and download its submodules:

$ git clone git@github.com:nawarian/vim-cfgs.git .vim
$ git submodule init
$ git submodule update

Lastly, symlink the .vimrc file:

$ ln -S ~/.vim/.vimrc ~/.vimrc

Contributors

GNU General Public License v3.0
Created September 21, 2023
Updated June 16, 2024
nawarian/vim-cfgs | GitHunt