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 6a048db..fbf810e 100644
--- a/common/vim.nix
+++ b/common/vim.nix
@@ -32,7 +32,7 @@ inputs: {
32 paths = [variables extraConfig]; 32 paths = [variables extraConfig];
33 }; 33 };
34 34
35 myConfigPackage = pkgs.unstable.vimUtils.buildVimPluginFrom2Nix { 35 myConfigPackage = pkgs.unstable.vimUtils.buildVimPlugin {
36 name = "myConfig-nvim"; 36 name = "myConfig-nvim";
37 src = ../dotfiles/vim; 37 src = ../dotfiles/vim;
38 }; 38 };