diff --git a/index.html b/index.html index 4016e09f9..f21b8236c 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf
or dconf.service
?+
ca.desrt.dconf
or dconf.service
?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html index f5a2d3bc1..b7eaca9af 100644 --- a/options.html +++ b/options.html @@ -5609,39 +5609,9 @@ for options. }; }; }; -
Declared by:
- <home-manager/modules/programs/neovim.nix>
- |
programs.neovim.configure
Deprecated. Please use the other options. - -Generate your init file from your list of plugins and custom commands, -and loads it from the store via nvim -u /nix/store/hash-vimrc - -
-
-This option is mutually exclusive with extraConfig
-and plugins
.
-
Type: attribute set of anything
Default:
- {
-
- }
-
Example:
configure = { - customRC = $''' - " here your custom configuration goes! - $'''; - packages.myVimPackage = with pkgs.vimPlugins; { - # loaded on launch - start = [ fugitive ]; - # manually loadable by calling `:packadd $plugin-name` - opt = [ ]; - }; - };
Declared by:
<home-manager/modules/programs/neovim.nix>
|
programs.neovim.extraConfig
Custom vimrc lines. - -
-
-This option is mutually exclusive with configure
.
Type: strings concatenated with "\n"
Default: ""
Example:
'' set nobackup ''
Declared by: