neovim-flake VS nixvim

Compare neovim-flake vs nixvim and see what are their differences.

nixvim

Configure Neovim with Nix! [maintainer=@pta2002, @traxys, @GaetanLepage] (by nix-community)
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
neovim-flake nixvim
1 11
79 1,179
- 9.2%
7.3 9.9
19 days ago 2 days ago
Nix Nix
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

neovim-flake

Posts with mentions or reviews of neovim-flake. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-08.
  • Best way to setup Nvim on NixOS?
    8 projects | /r/NixOS | 8 Jan 2023
    https://github.com/gvolpe/neovim-flake/blob/main/flake.nix where hm refers to a setting he had here: https://github.com/gvolpe/neovim-flake/blob/main/lib/hm.nix

nixvim

Posts with mentions or reviews of nixvim. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-09.
  • Use traditional config on nixos with nixvim
    3 projects | /r/neovim | 9 Dec 2023
    # .../nixvim.nix { config, pkgs, lib, ... }: let myConfig = builtins.fetchGit { url = "https://github.com/myusername/nvim"; ref = "master"; }; nixvim = import (builtins.fetchGit { url = "https://github.com/nix-community/nixvim"; ref = "nixos-23.05"; }); sqliteLibPath = lib.makeLibraryPath [ pkgs.sqlite ]; in { imports = [ nixvim.homeManagerModules.nixvim ]; home.activation.copyLuaConfig = lib.hm.dag.entryAfter [ "writeBoundary" ] '' if [ ! -d ${config.xdg.configHome}/nvim ]; then mkdir -p ${config.xdg.configHome}/nvim fi shopt -s extglob cp -r ${myConfig}/!(init.lua) ${config.xdg.configHome}/nvim ''; programs.nixvim = { extraPackages = [ pkgs.sqlite ]; enable = true; extraConfigLua = '' vim.g.sqlite_clib_path = "${sqliteLibPath}" .. "/libsqlite3.so" '' + builtins.readFile "${myConfig}/init.lua"; }; }
  • Nix flakes + IDE integration?
    1 project | /r/NixOS | 6 Dec 2023
    For NeoVim there is https://github.com/nix-community/nixvim. I wrote a blog post some time ago how you can achieve integrated development tooling with flakes + nixvim: https://juuso.dev/blogPosts/modular-neovim/modular-neovim-with-nix.html
  • NixVim – A Neovim configuration system for Nix
    1 project | news.ycombinator.com | 18 Sep 2023
  • Packaging neovim configuration using Nix
    3 projects | /r/neovim | 6 Jul 2023
    I would propose to try Nixvim.
  • Neovim flake Updates
    1 project | /r/NixOS | 5 Jun 2023
    Cool. Have you checked nixvim? Tons of options, and quite straightforward to include your own in the right place.
  • using NixOS as a developer
    3 projects | /r/NixOS | 19 Mar 2023
    I use plain in the sense that it isn't configured for me, but I use this flake to make it easy to do so myself https://github.com/pta2002/nixvim
  • Nixvim: A Neovim configuration system for nix
    2 projects | /r/NixOS | 14 Mar 2023
    I am one of the maintainers of nixvim and I wanted to present it here.
  • Settings for a neovim plugin in home-manager
    3 projects | /r/NixOS | 25 Feb 2023
    This isn't exactly the answer for your problem but I've been using this for my config and haven't looked back. https://github.com/pta2002/nixvim
  • Best way to setup Nvim on NixOS?
    8 projects | /r/NixOS | 8 Jan 2023
    Now, if you want to adopt a more "nixy" approach, I suggest you to take a look at nixvim. I do not use this project personally but it looks very promising.
  • NixVim: Configure Neovim with Nix
    1 project | news.ycombinator.com | 29 Dec 2022

What are some alternatives?

When comparing neovim-flake and nixvim you can also consider the following projects:

nvim-nix - A reproducible batteries-included neovim config

neovim-copilot-nix-bundle - Run Neovim with GitHub Copilot out of the box