Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Latest commit

 

History

History
44 lines (27 loc) · 1.04 KB

File metadata and controls

44 lines (27 loc) · 1.04 KB

nvim-bundle

Personal neovim flake

build

Try without installation

nix run --extra-experimental-features "nix-command flakes" github:jla2000/nvim-bundle

Nix is used to build this project.

Installation

Include nvim-bundle.packages.x86_64-linux.neovim-bundle into nixos/home-manager config.

Installation (Dev-mode with symlinked lua config)

Include nvim-bundle.packages.x86_64-linux.neovim into nixos/home-manager config.

Symlink config:

ln -s $(realpath ./nvim) ~/.config/nvim

Features

  • All plugins are fetched from nixpkgs
  • Build and execute via nix
  • Entire config writtin in lua
  • Lazy loaded plugins using lz.n
  • Lua config can be changed on-the-fly without rebuilding (using symlinked lua config)
  • Bundle complete config as AppImage

Similar projects