This repository contains all of the configuration needed for setting up my dotfile environment, using stow.
- Check out this repository (Default recommended:
~/dotfiles
) - Install stow, and run
stow .
in the repostitory directory. - Set the
XDG_CONFIG_HOME
environment variable to the location of the symlinked~/.config
folder
Warning: Use absolute path, rather than rely on ~
when using IdeaVim. IdeaVim doesn't seem to be able to handle it.
e.g. ~/.config
should be entered as C:/Users/user.name/.config
After following the steps in the previous section:
- Install the IdeaVim plugin
- Restart IDE
After following the steps in the previous section:
- Install NeoVim (Chocolately recommended:
choco install neovim
) - Open NeoVim
- Execute
:PlugInstall
- (optional) Run the utility at:
./nvim/open_with_neovim.reg
to get right-click actions for "Open With NeoVim"
For settings that apply to every vim implementation:
./common.vim
For settings that only apply to IdeaVim:
./ideavim/ideavimrc
For settings that only apply to NeoVim:
./nvim/init.vim