Skip to content

purefn/neovim-flake

This branch is 3 commits ahead of, 15 commits behind jordanisaacs/neovim-flake:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Richard Wallace
Aug 11, 2023
041fe5f · Aug 11, 2023
Dec 11, 2022
Jul 28, 2023
Aug 11, 2023
Sep 16, 2022
Sep 15, 2021
Jul 28, 2023
Aug 11, 2021
Dec 11, 2022
Jul 28, 2023
Aug 11, 2023
May 2, 2022

Repository files navigation

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

About

Nix flake for neovim with configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Nix 100.0%