Nix flake of Vim/Neovim plugins, part of them are auto-generated from Awesome Neovim

This page summarizes the projects mentioned and recommended in the original post on /r/NixOS

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • nvfetcher

    Generate nix sources expr for the latest version of packages

  • It has support for passthru so you can expose description, homepage and other meta attributes. You (currently) can't directly pass a attribute set to the nix source because nvfetcher is using string interpolation to generate it, so only string is allowed. There is a tracking issue for this: github.com/berberman/nvfetcher/issues/40. For now, you can use mapAttrs sources (sources = import ./_sources/generated.nix { inherit (final) fetchurl fetchgit fetchFromGitHub; }) to generate the appropriate meta from passthru.

  • flake-awesome-neovim-plugins

    Nix flake of Awesome Neovim plugins

  • Recently I've made a Nix flake that provides a collection >200 of Vim/Neovim plugins not available in the official nixpkgs. Among them, Neovim plugins are automatically generated by parsing README of awesome-neovim.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • awesome-neovim

    Collections of awesome neovim plugins.

  • Recently I've made a Nix flake that provides a collection >200 of Vim/Neovim plugins not available in the official nixpkgs. Among them, Neovim plugins are automatically generated by parsing README of awesome-neovim.

  • openvsx

    An open-source registry for VS Code extensions

  • I have been using https://github.com/berberman/nvfetcher to automatically fetch all 1400-something VS Code extensions that are available on https://open-vsx.org . The changes haven't been uploaded yet but it will come up in a few hours. Check out https://github.com/danielphan2003/nixpkgs for my list of package sources.

  • fog

    Where else would a flake forms ;) (by danielphan2003)

  • I have been using https://github.com/berberman/nvfetcher to automatically fetch all 1400-something VS Code extensions that are available on https://open-vsx.org . The changes haven't been uploaded yet but it will come up in a few hours. Check out https://github.com/danielphan2003/nixpkgs for my list of package sources.

  • devos-ext-lib

    A kick ass library to dominate your Extensions (with DevOS).

  • I don't include the building nix expr for the sources because most of the time fetching the sources is good enough to derive a working nix build for them later. If you are interested, see also https://github.com/divnix/devos-ext-lib as I will also push some wip code for that.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts