Nix Neovim

Open-source Nix projects categorized as Neovim

Top 17 Nix Neovim Projects

  • nixvim

    Configure Neovim with Nix! [maintainer=@pta2002, @traxys, @GaetanLepage]

  • Project mention: Use traditional config on nixos with nixvim | /r/neovim | 2023-12-09

    # .../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-config

    :space_invader: NixOS configuration

  • 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
  • nixpkgs

    My Nix system configs! (by malob)

  • Project mention: NixOS-generators – Collection of VM and Container disk image builders for NixOS | news.ycombinator.com | 2024-03-26

    I’ve found it most helpful to review other people’s configurations to learn Nix.

    Some specific ones I really like:

    https://github.com/malob/nixpkgs

    https://github.com/fufexan/dotfiles

    I keep a not comprehensive GitHub Stars list of Nix stuff I find here if you want more:

    https://github.com/stars/heywoodlh/lists/nix

    If you aren’t familiar, Nix-Darwin allows you to codify your MacOS deployments in a fashion comparable to NixOS. As a huge Nix-Darwin user myself, I have found malob’s repo extremely helpful for ideas with MacOS configuration. Nix-Darwin has made me so happy as a MacOS user. :)

    Some other unsolicited tips:

    1. Start with Nix flakes for configuration

    2. Invest in Home-Manager before NixOS or Nix-Darwin

    3. Ask people for help in Matrix or Discourse — my experience is that Nix-related folk are very welcoming and understanding

    Good luck!

  • neovim-nightly-overlay

    [maintainer=@Kranzes]

  • neovim-flake

    Nix flake for neovim with configuration

  • dotfiles

    My dotfiles are here, managed with Chezmoi and NixOS Flakes (by budimanjojo)

  • snowflake

    A repository which contains my current Nix (flake-based) setup! (by Icy-Thought)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • dotfiles

    Personal configuration files for my PC (by viperML)

  • Project mention: Why you don't need flake-utils | /r/NixOS | 2023-05-21

    My server's repo and my dotfiles both use flake-parts, and you can do a github-grep to look for more.

  • veritas

    @davidtwco's personal mono-repo - containing the declarative configuration of servers, desktops and laptops - including dotfiles; a collection of packages; a static site generator and source of "davidtw.co".

  • nvf

    A highly modular, extensible and distro-agnostic Neovim configuration framework for Nix/NixOS.

  • Project mention: What editor are you using for Rust? | /r/rust | 2023-06-01

    How do you manage your config? Personally, I’m using https://github.com/notashelf/neovim-flake

  • neovim-flake

    Nix flake for Neovim & Scala Metals (by gvolpe)

  • dotfiles

    ❄️ mi casa es tu casa (by nekowinston)

  • dotfiles

  • nvim-lua-nix-plugin-template

    A starter template for a Neovim plugin written in Lua with a Nix CI

  • nix-home-manager

    Nix to manage my computing life

  • neovim-copilot-nix-bundle

    Run Neovim with GitHub Copilot out of the box

  • dotfiles

    ❄️ Personal NixOS configuration (by runarsf)

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Nix Neovim related posts

  • Use traditional config on nixos with nixvim

    3 projects | /r/neovim | 9 Dec 2023
  • Nix flakes + IDE integration?

    1 project | /r/NixOS | 6 Dec 2023
  • NixVim – A Neovim configuration system for Nix

    1 project | news.ycombinator.com | 18 Sep 2023
  • Need help on home manager neovim config

    2 projects | /r/NixOS | 11 Sep 2023
  • Neovim flake Updates

    1 project | /r/NixOS | 5 Jun 2023
  • Really have some trouble setup a minimal Neovim flake

    3 projects | /r/NixOS | 24 Mar 2023
  • using NixOS as a developer

    3 projects | /r/NixOS | 19 Mar 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 17 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Neovim projects in Nix? This list will help you:

Project Stars
1 nixvim 1,216
2 nix-config 755
3 nixpkgs 375
4 neovim-nightly-overlay 273
5 neovim-flake 227
6 dotfiles 189
7 snowflake 172
8 dotfiles 140
9 veritas 127
10 nvf 96
11 neovim-flake 81
12 dotfiles 53
13 dotfiles 40
14 nvim-lua-nix-plugin-template 18
15 nix-home-manager 17
16 neovim-copilot-nix-bundle 12
17 dotfiles 3

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com