aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhongheng Liu <z.liu@outlook.com.gr>2024-08-13 12:56:33 +0800
committerZhongheng Liu <z.liu@outlook.com.gr>2024-08-13 12:56:33 +0800
commit1f9f2c884f9d2fb77ad856b70b15d9dd524d1ba7 (patch)
tree00f7c98f707b9b2ae4cbbddc142dcf0a3e5f3efc
parent0e5d8d2139c874beabdd205d72598256d14a7f3d (diff)
downloadnixos-configuration-1f9f2c884f9d2fb77ad856b70b15d9dd524d1ba7.tar.gz
nixos-configuration-1f9f2c884f9d2fb77ad856b70b15d9dd524d1ba7.tar.bz2
nixos-configuration-1f9f2c884f9d2fb77ad856b70b15d9dd524d1ba7.zip
feat: added nixvim/neovim as default
Set nvim as value of EDITOR variable
-rw-r--r--home-manager/stvnliu/nixvim/default.nix1
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 = [