Change default editor to nvim

This commit is contained in:
2023-03-26 15:12:53 +01:00
parent a57ce6bb7d
commit 3f5483d747
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ let-env NU_PLUGIN_DIRS = [
($nu.config-path | path dirname | path join 'plugins')
]
let-env EDITOR = "hx"
let-env EDITOR = "nvim"
# To add entries to PATH (on Windows you might use Path), you can use the following pattern:
# let-env PATH = ($env.PATH | split row (char esep) | prepend '/some/path')