Nix Vim

Open-source Nix projects categorized as Vim

Top 8 Nix Vim 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"; }; }

  • system

    Declarative system configurations using nixOS, nix-darwin, and home-manager

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

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

  • 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".

  • .nixpkgs

    .nixpkgs aka dotfiles with nix

  • nixcfg

    A modular, Wayland-enabled NixOS configuration. (by jakeisnt)

  • neovim-copilot-nix-bundle

    Run Neovim with GitHub Copilot out of the box

  • SaaSHub

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

    SaaSHub logo
  • nixos

    Monorepo with Nix & Home-Manager configurations of my Linux, macOS fleet (by mipmip)

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 Vim related posts

  • Starting w/ flakes and error... if you have time to l00k:

    2 projects | /r/NixOS | 25 Jun 2023
  • Really have some trouble setup a minimal Neovim flake

    3 projects | /r/NixOS | 24 Mar 2023
  • Home Manager, build from github repo

    4 projects | /r/Nix | 12 Jan 2023
  • Best way to setup Nvim on NixOS?

    8 projects | /r/NixOS | 8 Jan 2023
  • Any examples of a config in Org on Nix?

    4 projects | /r/emacs | 3 Jan 2023
  • Coming Home to Vim

    6 projects | news.ycombinator.com | 23 Oct 2022
  • Ask HN: What is your development workflow on the MacBook M1?

    8 projects | news.ycombinator.com | 20 Sep 2022
  • 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 Vim projects in Nix? This list will help you:

Project Stars
1 nixvim 1,216
2 system 409
3 dotfiles 189
4 veritas 127
5 .nixpkgs 108
6 nixcfg 29
7 neovim-copilot-nix-bundle 12
8 nixos 7

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