Skip to content

Commit

Permalink
overlays/nixpkgs-vim: add latest vim bump overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 19, 2025
1 parent 6b4b8ab commit 6a0c40e
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 44 deletions.
17 changes: 17 additions & 0 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
url = "github:moyiz/blink-emoji.nvim";
flake = false;
};

# Nixpkgs overlays
nixpkgs-master.url = "github:nixos/nixpkgs";
nixpkgs-vim.url = "github:khaneliman/nixpkgs/vim";
nixpkgs-lldb.url = "github:paparodeo/nixpkgs/lldb-fixes";
};

Expand Down
5 changes: 5 additions & 0 deletions overlays/nixpkgs-vim.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
specialArgs: _self: super: {
inherit (specialArgs.flake.inputs.nixpkgs-vim.legacyPackages.${super.stdenv.system})
vimPlugins
;
}
18 changes: 0 additions & 18 deletions overlays/snacks.nix

This file was deleted.

13 changes: 0 additions & 13 deletions overlays/todo-comments.nix

This file was deleted.

13 changes: 0 additions & 13 deletions overlays/trouble-nvim.nix

This file was deleted.

0 comments on commit 6a0c40e

Please sign in to comment.