mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-24 20:54:56 +02:00
misc: remove nvfetcher
This commit is contained in:
parent
a4e027ce33
commit
3f2fd1c078
5 changed files with 0 additions and 19 deletions
|
@ -1 +0,0 @@
|
|||
{}
|
|
@ -1,8 +0,0 @@
|
|||
# This file was generated by nvfetcher, please do not modify it manually.
|
||||
{
|
||||
fetchgit,
|
||||
fetchurl,
|
||||
fetchFromGitHub,
|
||||
dockerTools,
|
||||
}: {
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
# This is for plugins not in nixpkgs
|
||||
# e.g. intellitab.nvim
|
||||
#
|
||||
# This is generated through nvfetcher, the plugins are defined in nvfetcher.toml.
|
||||
# You can update the plugins by running `nvfetcher` in this directory
|
||||
{pkgs, ...}: let
|
||||
sources = pkgs.callPackage ./_sources/generated.nix {};
|
||||
in {}
|
Loading…
Add table
Add a link
Reference in a new issue