To test neovim configuration changes without having to rebuild nix do the following:
- Create a soft link with a configuration name in .config:
cd ~/.config
ln -s <path/to/dotfiles>/config/nvim nvim-dotfilesThen launch neovim as follows, works from any path:
NVIM_APPNAME=nvim-dotfiles nvim