Neovim IDE + Colemak
- Kitty terminal
- Neovim >= 0.10.0 (needs to be built with LuaJIT)
- Git >= 2.19.0 (for partial clones support)
- A Nerd Font >= 3.0
- A C compiler for nvim-treesitter. See here
- BurntSushi/ripgrep >= 14 recommended
- sharkdp/fd
- atanunq/viu
-
Make a backup of your current Neovim files
# required mv ~/.config/nvim{,.bak} # optional but recommended mv ~/.local/share/nvim{,.bak} mv ~/.local/state/nvim{,.bak} mv ~/.cache/nvim{,.bak}
-
Clone the repo
git clone https://github.com/b1nhack/nvim ~/.config/nvim
-
Remove the .git folder, so you can add it to your own repo later
rm -rf ~/.config/nvim/.git
-
Start Neovim
nvim
Waiting for initialization to complete.
-
Check if everything is working correctly
:checkhealth