Skip to content

Commit

Permalink
Backport kdl.vim package (#879)
Browse files Browse the repository at this point in the history
NixOS/nixpkgs@83e0aed has been merged here via GH-878
  • Loading branch information
kachick authored Oct 22, 2024
1 parent 005874e commit c0f9666
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 19 deletions.
4 changes: 2 additions & 2 deletions home-manager/vim.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
pkgs,
config,
homemade-pkgs,
edge-pkgs,
...
}:

Expand All @@ -20,7 +20,7 @@
iceberg-vim
fzf-vim
])
++ [ homemade-pkgs.kdl-vim ];
++ [ edge-pkgs.vimPlugins.kdl-vim ];

settings = {
background = "dark";
Expand Down
2 changes: 0 additions & 2 deletions pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@
micro-everforest = pkgs.callPackage ./micro-everforest { };
micro-catppuccin = pkgs.callPackage ./micro-catppuccin { };

kdl-vim = pkgs.callPackage ./kdl.vim { };

nix-hash-url = pkgs.callPackage ./nix-hash-url { };

gredit = pkgs.callPackage ./gredit { };
Expand Down
15 changes: 0 additions & 15 deletions pkgs/kdl.vim/default.nix

This file was deleted.

0 comments on commit c0f9666

Please sign in to comment.