SaaSHub helps you find the best software and product alternatives Learn more →
Nvfetcher Alternatives
Similar projects and alternatives to nvfetcher
-
nixpkgs-vim-extra-plugins
Nix flake of miscellaneous Vim/Neovim plugins.
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
devos-ext-lib
A kick ass library to dominate your Extensions (with DevOS).
-
-
commander-cli
A simple library I wrote to allow me to quickly and easily construct command line interfaces.
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
-
neovim-with-lazy.nvim-manager
This Is my latest neovim lua config
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
nvfetcher reviews and mentions
-
Why you don't need flake-utils
Pinning can be done without flakes, be it manually or with codegen (nvfetcher)
-
Accessing contents of non-flake repo input to a flake?
You should instead use the regular fetchGit, fetchFromGitHub etc. fetchers in fairly vanilla code, and yes, that often means dealing with checksums in some form. If you truly just want to yeet the latest revision into place no matter what it is, there are ways to automate that still, such as berberman/nvfetcher, or Mic92/nix-update.
-
Will you move from Packer to Lazy ?
Yes, however one downside is that, afaik, the inputs are downloaded eagerly, not lazily. Alternatively there are things like nix-update and nvfetcher.
-
Nix VSCode Marketplace
The fetcher for this is https://github.com/berberman/nvfetcher. And if you want to simply map all the sources to extension packes, you could use http://github.com/divnix/devos-ext-lib and follow the readme. This is how I do it.
-
Nix flake of Vim/Neovim plugins, part of them are auto-generated from Awesome Neovim
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.
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.
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f0f9b9e2c60>
www.saashub.com | 8 Dec 2023
Stats
berberman/nvfetcher is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of nvfetcher is Haskell.
Popular Comparisons
- nvfetcher VS nixpkgs-vim-extra-plugins
- nvfetcher VS openvsx
- nvfetcher VS devos-ext-lib
- nvfetcher VS commander-cli
- nvfetcher VS nix-vscode-marketplace
- nvfetcher VS nixos-configuration
- nvfetcher VS neovim-plugins-overlay
- nvfetcher VS LazyVim
- nvfetcher VS neovim-with-lazy.nvim-manager
- nvfetcher VS nix-update