From 1f9f2c884f9d2fb77ad856b70b15d9dd524d1ba7 Mon Sep 17 00:00:00 2001 From: Zhongheng Liu Date: Tue, 13 Aug 2024 12:56:33 +0800 Subject: [PATCH] feat: added nixvim/neovim as default Set nvim as value of EDITOR variable --- home-manager/stvnliu/nixvim/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-manager/stvnliu/nixvim/default.nix b/home-manager/stvnliu/nixvim/default.nix index 217d573..c13dbb9 100644 --- a/home-manager/stvnliu/nixvim/default.nix +++ b/home-manager/stvnliu/nixvim/default.nix @@ -24,6 +24,7 @@ ./wilder.nix ]; enable = true; + defaultEditor = true; globals.mapleader = " "; colorschemes.gruvbox = {enable = true;}; keymaps = [