Skip to content

Commit

Permalink
neovim: rename nvim category to nixCats-small
Browse files Browse the repository at this point in the history
  • Loading branch information
adomixaszvers committed Jan 21, 2025
1 parent e590b64 commit a9ff6b0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 151 deletions.
6 changes: 3 additions & 3 deletions flake.lock

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

2 changes: 1 addition & 1 deletion pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
kaknix = pkgs.callPackage ./kaknix.nix { };
maimpick = pkgs.callPackage ./maimpick.nix { };
neovim = nixCatsBuilder "nixCats";
neovim-nix = nixCatsBuilder "nvim";
neovim-nix = nixCatsBuilder "nixCats-small";
restart-eww = pkgs.callPackage ./restart-eww.nix { };
rofi-powermenu = pkgs.callPackage ./rofi-powermenu.nix { };
sxhkd = pkgs.sxhkd.overrideAttrs (old: {
Expand Down
3 changes: 2 additions & 1 deletion profiles/cli/neovim/nixCats.nix
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,11 @@
treesitter-small = false;
};
};
nvim = _: {
nixCats-small = _: {
# these also recieve our pkgs variable
# see :help nixCats.flake.outputs.packageDefinitions
settings = {
aliases = [ "nvim" ];
# explained below in the `regularCats` package's definition
# OR see :help nixCats.flake.outputs.settings for all of the settings available
wrapRc = true;
Expand Down
85 changes: 0 additions & 85 deletions profiles/cli/neovim/nvim-nix.nix

This file was deleted.

61 changes: 0 additions & 61 deletions profiles/cli/neovim/plugins.nix

This file was deleted.

0 comments on commit a9ff6b0

Please sign in to comment.