Skip to content

Instantly share code, notes, and snippets.

View ashwynh21's full-sized avatar
🤓
Focused

Ashwyn D. Horton ashwynh21

🤓
Focused
  • LambdaDev
  • Manzini, eSwatini
View GitHub Profile
@dteoh
dteoh / .gitconfig
Created March 17, 2019 23:40
Use Neovim as git mergetool
[merge]
tool = vimdiff
[mergetool]
keepBackup = false
[mergetool "vimdiff"]
cmd = nvim -d $LOCAL $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J'