From: Ruben Beltran del Rio Date: Wed, 14 Jul 2021 12:44:35 +0000 (+0200) Subject: Use nvim as git editor X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/commitdiff_plain/2e62c7a1db2e151ac5d78f7c09771b3026c776ea?ds=sidebyside Use nvim as git editor --- diff --git a/gitconfig b/gitconfig index e60d8a9..485954e 100644 --- a/gitconfig +++ b/gitconfig @@ -3,7 +3,7 @@ email = ruben@unlimited.pizza signingkey = B7C3495D98F27947 [core] - editor = vim + editor = nvim [color] diff = auto [push] diff --git a/provisioning/apt_essential b/provisioning/apt_essential index 4106d85..7521c5c 100644 --- a/provisioning/apt_essential +++ b/provisioning/apt_essential @@ -9,5 +9,6 @@ rsync tmux tree vim +neovim wget zsh diff --git a/provisioning/brew_essential b/provisioning/brew_essential index c1bd703..aa1fbaa 100644 --- a/provisioning/brew_essential +++ b/provisioning/brew_essential @@ -11,6 +11,7 @@ tmux tree v vim +neovim watch wget z