update default editor to nvim

This commit is contained in:
Anthony Rodriguez 2024-08-14 20:29:22 +02:00
parent 291a9c6fb9
commit 65497b35a8

View file

@ -1,5 +1,5 @@
[edit] [edit]
command = "zed -w" command = "nvim"
[data] [data]
is_wsl = {{ (.chezmoi.kernel.osrelease | regexMatch "-microsoft-standard$") }} is_wsl = {{ (.chezmoi.kernel.osrelease | regexMatch "-microsoft-standard$") }}
flavor = "{{ env "FLAVOR" }}" flavor = "{{ env "FLAVOR" }}"