mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 02:11:33 +00:00
Merge pull request #265 from NotAShelf/rename
treewide: rename **neovim-flake** to **nvf**
This commit is contained in:
commit
5fa1ee5c2f
48 changed files with 903 additions and 387 deletions
|
@ -9,7 +9,7 @@ nixpkgsLib.extend (self: super: {
|
|||
|
||||
# Makes our custom functions available under `lib.nvim` where stdlib-extended.nix is imported
|
||||
# with the appropriate arguments. For end-users, a `lib` output will be accessible from the flake.
|
||||
# E.g. for an input called `neovim-flake`, `inputs.neovim-flake.lib.nvim` will return the set
|
||||
# E.g. for an input called `nvf`, `inputs.nvf.lib.nvim` will return the set
|
||||
# below.
|
||||
nvim = import ./. {
|
||||
inherit inputs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue