fix: Make nixCats properly handle non-packages plugins with . in the name
This commit is contained in:
parent
b35c84dcbd
commit
96d1476870
2 changed files with 8 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue