Merge pull request #265 from NotAShelf/rename

treewide: rename **neovim-flake** to **nvf**
This commit is contained in:
raf 2024-04-27 13:04:59 +00:00 committed by GitHub
commit 5fa1ee5c2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
48 changed files with 903 additions and 387 deletions

View file

@ -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;