summaryrefslogtreecommitdiffstats
path: root/common/vim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/vim.nix')
-rw-r--r--common/vim.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/vim.nix b/common/vim.nix
index 23aa7e9..10a8705 100644
--- a/common/vim.nix
+++ b/common/vim.nix
@@ -177,7 +177,7 @@ in {
177 }; 177 };
178 }; 178 };
179 179
180 environment.systemPackages = [myNeovim]; 180 # environment.systemPackages = [myNeovim];
181 181
182 environment.variables = { 182 environment.variables = {
183 EDITOR = "nvim"; 183 EDITOR = "nvim";