fix: Make nixCats properly handle non-packages plugins with . in the name

This commit is contained in:
punkfairie 2025-03-11 20:54:45 -07:00
parent b35c84dcbd
commit 96d1476870
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6
2 changed files with 8 additions and 2 deletions

View file

@ -228,7 +228,7 @@
"type": "github"
}
},
"plugins-cutlass-nvim": {
"plugins-cutlass.nvim": {
"flake": false,
"locked": {
"lastModified": 1702908963,
@ -265,7 +265,7 @@
"neovim-nightly-overlay": "neovim-nightly-overlay",
"nixCats": "nixCats",
"nixpkgs": "nixpkgs_2",
"plugins-cutlass-nvim": "plugins-cutlass-nvim",
"plugins-cutlass.nvim": "plugins-cutlass.nvim",
"plugins-nvim-emmet": "plugins-nvim-emmet"
}
},

View file

@ -21,6 +21,11 @@
flake = false;
};
"plugins-nerdy.nvim" = {
url = "github:2kabhishek/nerdy.nvim";
flake = false;
};
# see :help nixCats.flake.inputs
# If you want your plugin to be loaded by the standard overlay,
# i.e. if it wasnt on nixpkgs, but doesnt have an extra build step.
@ -330,6 +335,7 @@
# Custom
cutlass-nvim
diffview-nvim
nerdy-nvim
nvim-emmet
rose-pine
treesj