diff options
-rw-r--r-- | home-manager/stvnliu/nixvim/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 = [ |