aboutsummaryrefslogtreecommitdiffstats
path: root/hm/soispha/conf/nvim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hm/soispha/conf/nvim/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/hm/soispha/conf/nvim/default.nix b/hm/soispha/conf/nvim/default.nix
index 322597ec..2da80c22 100644
--- a/hm/soispha/conf/nvim/default.nix
+++ b/hm/soispha/conf/nvim/default.nix
@@ -7,6 +7,11 @@
./options
./plgs
];
+ home.sessionVariables = {
+ EDITOR = "nvim";
+ VISUAL = "nvim";
+ CODEEDITOR = "nvim";
+ };
programs.nixvim = {
enable = true;