mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
feat: add nord theme
added nord theme from github.com/gbprod/nord.nvim fixed a typo
This commit is contained in:
parent
45a6d9b890
commit
ae3340f2d1
5 changed files with 36 additions and 1 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