Skip to content

Commit

Permalink
Change editors to nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-5546 committed Apr 24, 2023
1 parent 6524136 commit 4dd055b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .chezmoi.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ interpreters:
diff:
pager: "delta"
edit:
command: "vim"
command: "nvim"
encryption: "age"
age:
identity: "{{ .chezmoi.homeDir }}/.chezmoikey.txt"
Expand Down
2 changes: 1 addition & 1 deletion dot_gitconfig.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[fetch]
prune = true
[core]
editor = vim
editor = nvim
pager = delta
[interactive]
diffFilter = delta --color-only --features=interactive
Expand Down

0 comments on commit 4dd055b

Please sign in to comment.