1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-30 10:28:31 +02:00
home-manager/doc
Matthieu Coudron 55030c8302
neovim: deprecate programs.neovim.configure (#1810)
The `configure` option is not type checked and an artifact of how
nixpkgs is implemented.
We now have the equivalent options in home-manager and managing
interactions between the 2 systems complexifies maintainance of the
module.
Please use the other options at your disposal:
configure.packages.*.opt  -> programs.neovim.plugins = [ { plugin = ...; optional = true; }]
configure.packages.*.start  -> programs.neovim.plugins = [ { plugin = ...; }]
configure.customRC -> programs.neovim.extraConfig
2021-02-19 09:52:46 +01:00
..
release-notes neovim: deprecate programs.neovim.configure (#1810) 2021-02-19 09:52:46 +01:00
contributing.adoc docs: improve phrasing around backwards compatibility 2020-12-31 00:46:56 +01:00
default.nix docs: NixOS and nix-darwin option documentation 2021-01-21 23:45:52 +01:00
faq.adoc docs: minor fix 2021-01-27 22:48:41 +01:00
installation.adoc docs: some extension for flakes users 2020-12-31 15:12:40 +01:00
man-configuration.xml docs: use nmd for generating documentation 2019-08-21 20:35:59 +02:00
man-home-manager.xml home-manager: pass -j to nix-build 2020-11-13 23:56:57 +01:00
man-pages.xml Bump copyright year 2020-02-25 19:27:54 +01:00
manual.xml docs: NixOS and nix-darwin option documentation 2021-01-21 23:45:52 +01:00
writing-modules.adoc lib: support gvariant maybe type 2020-07-24 16:45:13 +02:00