Skip to content

Instantly share code, notes, and snippets.

@bayleedev
Last active December 9, 2016 17:50
Show Gist options
  • Save bayleedev/9844f5ebf9628e5396b2f137ea3b0022 to your computer and use it in GitHub Desktop.
Save bayleedev/9844f5ebf9628e5396b2f137ea3b0022 to your computer and use it in GitHub Desktop.

~/.gitconfig

[core]
  editor = nvim

~/.zshrc

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"

In nvim

The <C-h> key doens't work as you might expect, run the health check to get the info you need.

:CheckHealth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment