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, 2 insertions, 0 deletions
diff --git a/common/vim.nix b/common/vim.nix
index 8245f99..3452bf8 100644
--- a/common/vim.nix
+++ b/common/vim.nix
@@ -185,6 +185,7 @@ in
185 185
186 environment.systemPackages = with pkgs.unstable; [ 186 environment.systemPackages = with pkgs.unstable; [
187 myNeovim 187 myNeovim
188 neovide
188 189
189 deadnix 190 deadnix
190 statix 191 statix
@@ -195,6 +196,7 @@ in
195 environment.sessionVariables = { 196 environment.sessionVariables = {
196 EDITOR = "nvim"; 197 EDITOR = "nvim";
197 MANPAGER = "nvim +Man!"; 198 MANPAGER = "nvim +Man!";
199 NEOVIDE_MULTIGRID = "1";
198 }; 200 };
199 201
200 home-manager.users.minijackson = { ... }: 202 home-manager.users.minijackson = { ... }: