diff --git a/docs/man-configuration.xml b/docs/man-configuration.xml
index 01e7253..84e914e 100644
--- a/docs/man-configuration.xml
+++ b/docs/man-configuration.xml
@@ -14,26 +14,31 @@
Description
- Custom configuration is done with the neovim-flake.lib.neovimConfiguration if home-manager module is not in use.
- It takes in the configuration as a module.
+ Custom configuration is done with the neovim-flake.lib.neovimConfiguration if home-manager module is not in use.
+ It takes in the configuration as a module.
+
neovim-flake.lib.neovimConfiguration {
inherit pkgs;
modules = [{config = xxx;}];
};
+
The output of the configuration function is an attrset.
-
+
+ In case of the home-manager module, all options will be available under programs.neovim-flake once the module has
+ been imported from the flake inputs.
+
+
{
options = "The options that were available to configure";
config = "The outputted configuration";
pkgs = "The package set used to evaluate the module";
neovim = "The built neovim package";
}
-
- In case of the home-manager module, all options will be available under programs.neovim-flake once the module has
- been imported from the flake inputs.
+
+
Options
diff --git a/docs/manual.xml b/docs/manual.xml
index 0464330..07875fc 100644
--- a/docs/manual.xml
+++ b/docs/manual.xml
@@ -7,12 +7,12 @@
neovim-flake Manual
- Preface
+ Preface
- If you believe your problem is caused by a bug in neovim-flake then please consider reporting it over
- the neovim-flake issue tracker.
- Bugfixes, feature additions and upstream changes are welcome over
- the neovim-flake pull requests tab.
+ If you believe your problem is caused by a bug in neovim-flake then please consider reporting it over
+ the neovim-flake issue tracker.
+ Bugfixes, feature additions and upstream changes are welcome over
+ the neovim-flake pull requests tab.
diff --git a/docs/release-notes/rl-0.5.adoc b/docs/release-notes/rl-0.5.adoc
index 3854602..6c38c3c 100644
--- a/docs/release-notes/rl-0.5.adoc
+++ b/docs/release-notes/rl-0.5.adoc
@@ -31,17 +31,17 @@ https://github.com/yavko[yavko]:
https://github.com/FrothyMarrow[frothymarrow]:
-* Renamed `vim.visuals.cursorWordline` to <>.
+* Renamed `vim.visuals.cursorWordline` to <>.
* Added <> to display cursorline only in the presence of line numbers.
https://github.com/notashelf[notashelf]:
-* Added GitHub Copilot to completion sources.
+* Added GitHub Copilot to nvim-cmp completion sources.
-* Added <> for global and individual plugin border configuration.
+* Added <> for global and individual plugin border configuration.
-* LSP integrated breadcrumbs with <> through nvim-navic
+* LSP integrated breadcrumbs with <> through nvim-navic
* LSP navigation helper with nvim-navbuddy, depends on nvim-navic (automatically enabled)