mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
Merge branch 'main' into add-mini-nvim
This commit is contained in:
commit
22a1aef09e
7 changed files with 41 additions and 15 deletions
|
@ -5,7 +5,7 @@
|
|||
self,
|
||||
...
|
||||
} @ inputs: let
|
||||
# call the extedended library with `inputs`
|
||||
# call the extended library with `inputs`
|
||||
# inputs is used to get the original standard library, and to pass inputs to the plugin autodiscovery function
|
||||
lib = import ./lib/stdlib-extended.nix inputs;
|
||||
in
|
||||
|
@ -419,6 +419,11 @@
|
|||
flake = false;
|
||||
};
|
||||
|
||||
plugin-nord = {
|
||||
url = "github:gbprod/nord.nvim";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
# Rust crates
|
||||
plugin-crates-nvim = {
|
||||
url = "github:Saecki/crates.nvim";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue