5 lines
101 B
Fish
5 lines
101 B
Fish
{{- if .features.editor }}
|
|
# Set Neovim to be the default editor
|
|
set --export EDITOR nvim
|
|
{{- end }}
|