[core]
editor = nvim
Make symlinks to the correct directories:
ln -sf ~/.vim ~/.config/nvim
ln -sf ~/.vimrc ~/.vim/init.vim
Optionally, map vim
to nvim
to avoid moving 🧀.
alias vim="nvim"
The <C-h>
key doens't work as you might expect, run the health check to get the info you need.
:CheckHealth