# My neovim & dot files This is a work in progress! Managed by [vim-plug](https://github.com/junegunn/vim-plug). For further information on installed plugins: :help local-additions ## Using it in a new location This repo should be in `~/.config/nvim/`! git clone --recursive https://github.com/reidrac/dotvim.git ~/.config/nvim Then it is recommended you run: :PlugUpgrade :PlugInstall The *upgrade* part is only needed if the plugin manager is not up to date. Then you can commit and push the updated version. ## Adding plugins Add a new `Plug` entry in `~/.config/plugins.vim`. Then run: :PlugUpdate ## Updating plugins :PlugUpdate ## Removing plugins Remove the `Plug` line and run: :PlugClean