diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-07-14 14:44:35 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-07-14 14:44:35 +0200 |
| commit | 2e62c7a1db2e151ac5d78f7c09771b3026c776ea (patch) | |
| tree | e7a87adc3f9317e3e0a022de7a53ade6fccd784a | |
| parent | c01804a41ca4cc1df9feee0116d32af505623f59 (diff) | |
Use nvim as git editor
| -rw-r--r-- | gitconfig | 2 | ||||
| -rw-r--r-- | provisioning/apt_essential | 1 | ||||
| -rw-r--r-- | provisioning/brew_essential | 1 |
3 files changed, 3 insertions, 1 deletions
@@ -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 |