summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/vim.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/vim.nix b/common/vim.nix
index 89d28b7..e6c0ab8 100644
--- a/common/vim.nix
+++ b/common/vim.nix
@@ -198,7 +198,7 @@ in {
198 vale 198 vale
199 ]; 199 ];
200 200
201 environment.sessionVariables = { 201 environment.variables = {
202 EDITOR = "nvim"; 202 EDITOR = "nvim";
203 MANPAGER = "nvim +Man!"; 203 MANPAGER = "nvim +Man!";
204 NEOVIDE_MULTIGRID = "true"; 204 NEOVIDE_MULTIGRID = "true";