nvf

Release 0.1 {#sec-release-0.1}

This is the current master branch and information here is not final. These are changes from the v0.1 tag.

Special thanks to https://github.com/nix-community/home-manager/">home-manager for this release. Docs/manual generation, the new module evaluation system, and DAG implementation are from them.

Changelog {#sec-release-0.1-changelog}

https://github.com/jordanisaacs">jordanisaacs:

  • Removed hare language support (lsp/tree-sitter/etc). vim.lsp.hare is no longer defined. If you use hare and would like it added back, please file an issue.

  • & are now an enum of string for options sourced from the flake inputs. Users can still provide vim plugin packages.

    • If you are contributing and adding a new plugin, add the plugin name to availablePlugins in [types-plugin.nix].
  • neovimBuilder has been removed for configuration. Using an overlay is no longer required. See the manual for the new way to configuration.

vim.luaConfigRC = lib.nvim.dag.entryAnywhere "config here"

https://github.com/MoritzBoehme">MoritzBoehme:

  • catppuccin theme is now available as a neovim theme and Lualine theme .