docs: release notes for 0.2 & update manpage license year

This commit is contained in:
NotAShelf 2023-02-06 08:18:45 +03:00
commit bebc9941ad
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1
6 changed files with 118 additions and 34 deletions

View file

@ -26,11 +26,12 @@ Enables all the of neovim plugins, with language support for specifically Nix. T
=== Maximal
[source,console]
$ nix shell github:notashelf/neovim-flake#maximal test.nix
$ nix run github:notashelf/neovim-flake#maximal test.nix
It is the same fully configured neovim as with the <<sec-default-nix,Nix>> config, but with every supported language enabled.
[NOTE]
====
Running the maximal config will download *a lot* of packages as it is downloading language servers, formatters, and more.
Running the maximal config will download *a lot* of packages, as it will be downloading language servers, formatters, and more. You are recommended to use the binary cache if
using the default configs.
====