use neovim as editor when using chezmoi edit

This commit is contained in:
Anthony Rodriguez 2024-02-07 13:39:23 +01:00
parent fab2ef5b78
commit 9e155bc081
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -1,2 +1,4 @@
[edit]
command = "nvim"
[data]
is_wsl = {{ (.chezmoi.kernel.osrelease | regexMatch "-microsoft-standard$") }}