diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-16 10:56:19 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-16 10:56:19 +0100 |
| commit | 64892354c00c79cdf5eeb1c04624e64334ae6f8e (patch) | |
| tree | 35cead904c1c444f9ce5e06b84fcf5a840df4a02 /modules/home/i3wm/nord-blue/nvim.nix | |
| parent | 78153bfc6f6e6fde58b49f3fce3fa37cea23d734 (diff) | |
set nevim as default Editor instead of helix
Diffstat (limited to 'modules/home/i3wm/nord-blue/nvim.nix')
| -rw-r--r-- | modules/home/i3wm/nord-blue/nvim.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/i3wm/nord-blue/nvim.nix b/modules/home/i3wm/nord-blue/nvim.nix index e3904bc..2ebd8cf 100644 --- a/modules/home/i3wm/nord-blue/nvim.nix +++ b/modules/home/i3wm/nord-blue/nvim.nix @@ -9,7 +9,7 @@ programs.neovim = { enable = true; - defaultEditor = false; + defaultEditor = true; viAlias = true; vimAlias = true; |
