# My neovim & dot files This is a work in progress! Requires nvim >= 0.6.1. 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/`! 1. Check you don't have a `~/.config/nvim` directory. 2. Run: ```bash git clone --recursive https://git.usebox.net/dotnvim.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 ## Other dot files This repo has configfuration for tmux, wezterm, and possibly other tools I use. Check `setup` shell script.