Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 611 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 611 Bytes

My nvim config

My NeoVim configuration using Lazy package manager.

This contain some different configuration for my work environment.

Pre-requisites

  • Install ripgrep
  • And, of course, have neovim installed.

Usage

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}