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 613247e..0a3e1c9 100644
--- a/common/vim.nix
+++ b/common/vim.nix
@@ -7,7 +7,7 @@ let
7 7
8 luaFormat = inputs.self.lib.generators.lua { }; 8 luaFormat = inputs.self.lib.generators.lua { };
9 9
10 neovim-unwrapped = inputs.neovim-master.defaultPackage.${config.nixpkgs.system}; 10 neovim-unwrapped = pkgs.unstable.neovim-unwrapped;
11 11
12 cfg = config.vim; 12 cfg = config.vim;
13 13