My NeoVim configuration using Lazy package manager.
This contain some different configuration for my work environment.
- Install ripgrep
- And, of course, have neovim installed.
Clone this repository into your .config/nvim folder:
git clone https://github.com/duhaesbaert/.dotfiles ~/.config/nvim
If you wish to save the current state of your vim configuration, clone/backup the following:
mv ~/.config/nvim{,.bak}
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}