A highly modular, extensible and distro-agnostic Neovim distribution for Nix/NixOS.
Go to file
NotAShelf ede1e7cb2b
feat: reorganize default statusline
2023-02-03 21:50:06 +03:00
.github/workflows dev: rebase on a less personalized neovim flake 2023-02-01 22:11:37 +03:00
docs dev: update copyright year 2023-02-02 16:39:27 +03:00
modules feat: reorganize default statusline 2023-02-03 21:50:06 +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 feat: update flake 2023-02-03 16:04:02 +03:00
flake.nix refactor: clean up flake and add more nvimtree opts 2023-02-03 18:54:54 +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