This repository contains configuration files for software I use.
Clone this repository, initialize the Vundle submodule, and use dotfiles to automatically create symlinks from the actual dotfiles to the files in this repository:
git submodule init
git submodule update
dotfiles --sync --force
Run :BundleInstall in Vim to have Vundle install Vim plugins.
:lua vim.pack.update()
lua vim.pack.del({ 'plugin-name' })