diff options
author | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-08-13 12:56:33 +0800 |
---|---|---|
committer | Zhongheng Liu <z.liu@outlook.com.gr> | 2024-08-13 12:56:33 +0800 |
commit | 1f9f2c884f9d2fb77ad856b70b15d9dd524d1ba7 (patch) | |
tree | 00f7c98f707b9b2ae4cbbddc142dcf0a3e5f3efc | |
parent | 0e5d8d2139c874beabdd205d72598256d14a7f3d (diff) | |
download | nixos-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.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 = [ |