A highly modular, extensible and distro-agnostic Neovim distribution for Nix/NixOS.
Go to file
NotAShelf 7773657081
dev: update flake inputs for minimap.vim
2023-02-01 23:59:48 +03:00
.github/workflows dev: rebase on a less personalized neovim flake 2023-02-01 22:11:37 +03:00
docs dev: rebase on a less personalized neovim flake 2023-02-01 22:11:37 +03:00
modules dev: rebase on a less personalized neovim flake 2023-02-01 22:11:37 +03:00
.envrc dev: rebase on a less personalized neovim flake 2023-02-01 22:11:37 +03:00
.gitignore dev: rebase on a less personalized neovim flake 2023-02-01 22:11:37 +03:00
LICENSE dev: rebase on a less personalized neovim flake 2023-02-01 22:11:37 +03:00
README.md dev: rebase on a less personalized neovim flake 2023-02-01 22:11:37 +03:00
flake.lock dev: update flake inputs for minimap.vim 2023-02-01 23:59:48 +03:00
flake.nix style: flake ouputs before infuts 2023-02-01 23:59:35 +03:00
screenshot.png dev: rebase on a less personalized neovim flake 2023-02-01 22:11:37 +03:00

README.md

neovim-flake

A highly configurable nix flake for neovim.

Come join the Matrix room if you have any questions or need help: #neovim-flake:matrix.org

Documentation

See the neovim-flake Manual for documentation, available options, and release notes.

If you want to dive right into trying neovim-flake you can get a fully featured configuration with nix language support by running:

nix run github:jordanisaacs/neovim-flake

Screenshot

screenshot

Philosophy

The philosophy behind this flake configuration is to allow for easily configurable and reproducible neovim environments. Enter a directory and have a ready to go neovim configuration that is the same on every machine. Whether you are a developer, writer, or live coder (see tidal cycles below!), quickly craft a config that suits every project's need. Think of it like a distribution of Neovim that takes advantage of pinning vim plugins and third party dependencies (such as tree-sitter grammars, language servers, and more).

As a result, one should never get a broken config when setting options. If setting multiple options results in a broken neovim, file an issue! Each plugin knows when another plugin which allows for smart configuration of keybindings and automatic setup of things like completion sources and languages.

Credit

Originally based on Wil Taylor's amazing neovim-flake