mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 14:45:58 +01:00
docs: update release notes & contributing guidelines
This commit is contained in:
parent
385d91f7e4
commit
f27ab70202
2 changed files with 7 additions and 1 deletions
|
@ -144,6 +144,7 @@ For example:
|
||||||
[source,nix]
|
[source,nix]
|
||||||
----
|
----
|
||||||
# parent modules should always be unfolded
|
# parent modules should always be unfolded
|
||||||
|
# which means module = { value = ... } instead of module.value = { ... }
|
||||||
module = {
|
module = {
|
||||||
value = mkEnableOption "some description" // { default = true; }; # merges can be done inline where possible
|
value = mkEnableOption "some description" // { default = true; }; # merges can be done inline where possible
|
||||||
|
|
||||||
|
@ -202,7 +203,7 @@ without any error messages (you can check the output of `:messages` inside neovi
|
||||||
your changes are good to go. Open your pull request, and it will be reviewed as soon as posssible.
|
your changes are good to go. Open your pull request, and it will be reviewed as soon as posssible.
|
||||||
|
|
||||||
If it is not a new module, but a change to an existing one, then make sure the module you have changed is enabled in the
|
If it is not a new module, but a change to an existing one, then make sure the module you have changed is enabled in the
|
||||||
maximal configuration by editing configuration.nix, and then run it with `nix run .#maximal -Lv`. Same procedure as
|
maximal configuration by editing `configuration.nix`, and then run it with `nix run .#maximal -Lv`. Same procedure as
|
||||||
adding a new module will apply here.
|
adding a new module will apply here.
|
||||||
|
|
||||||
[[sec-keybinds]]
|
[[sec-keybinds]]
|
||||||
|
|
|
@ -74,6 +74,11 @@ https://github.com/notashelf[notashelf]:
|
||||||
|
|
||||||
* Added `nvim-docs-view`, a plugin to display lsp hover documentation in a side panel
|
* Added `nvim-docs-view`, a plugin to display lsp hover documentation in a side panel
|
||||||
|
|
||||||
|
* Switched to `nixosOptionsDoc` in option documentation.
|
||||||
|
To quote home-manager commit: "Output is mostly unchanged aside from some minor typographical and
|
||||||
|
formatting changes, along with better source links."
|
||||||
|
|
||||||
|
|
||||||
https://github.com/jacekpoz[jacekpoz]:
|
https://github.com/jacekpoz[jacekpoz]:
|
||||||
|
|
||||||
* Fixed scrollOffset not being used
|
* Fixed scrollOffset not being used
|
||||||
|
|
Loading…
Reference in a new issue