Skip to content

vpayno/dotfiles-vim

Repository files navigation

dotfiles-vim

GitHub Action Workflow Vimscript Workflow

DotFiles - Vim Config

Installation

Download

To download/clone the repo:

git clone --recurse-submodules https://github.com/vpayno/dotfiles-vim.git ~/.vim

If you cloned the repo with out the --recurse-submodules argument, use these commands to download the submodules:

cd ~/.vim
git submodule init
git submodule update

You can use this command to look at the submodule status:

git submodule status

Install Repo

Run the install.sh script to replace your existing ~/.vimrc configuration file with a symlink to the one in the repository.

./install.sh

Update Repo

git pull
git submodule update