mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 16:39:00 +02:00
8 lines
295 B
Nix
8 lines
295 B
Nix
# 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 {}
|