From 123d74cb277dbd3c49ca96e1c43167ff49776296 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sat, 2 Mar 2024 16:40:50 -0600 Subject: [PATCH] fix option name --- home/common/neovim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/common/neovim.nix b/home/common/neovim.nix index f1d9a92..3c5a7a8 100644 --- a/home/common/neovim.nix +++ b/home/common/neovim.nix @@ -2,7 +2,7 @@ { programs.neovim = { enable = true; - default = true; + defaultEditor = true; viAlias = true; vimAlias = true; vimdiffAlias = true;