1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-09 10:31:06 +01:00
This commit is contained in:
teto 2022-01-27 15:28:20 +00:00
parent 4706414949
commit cc4a3990bb
3 changed files with 23 additions and 9 deletions

View file

@ -4651,6 +4651,20 @@ list of Python 3 packages required for your plugins to work.
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.neovim.generatedConfigViml"></a><a class="term" href="options.html#opt-programs.neovim.generatedConfigViml"><code class="option">programs.neovim.generatedConfigViml</code></a></span></dt><dd><p>Generated vimscript config.
</p><p><span class="emphasis"><em>Type:</em></span> strings concatenated with "\n" <span class="emphasis"><em>(read only)</em></span></p><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/neovim.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/neovim.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.neovim.generatedConfigs"></a><a class="term" href="options.html#opt-programs.neovim.generatedConfigs"><code class="option">programs.neovim.generatedConfigs</code></a></span></dt><dd><p>Generated configurations with as key their language (set via type).
</p><p><span class="emphasis"><em>Type:</em></span> attribute set of strings concatenated with "\n"s <span class="emphasis"><em>(read only)</em></span></p><p><span class="emphasis"><em>Example:</em></span> </p><pre class="programlisting">{
viml = ''
" Generated by home-manager
set packpath^=/nix/store/cn8vvv4ymxjf8cfzg7db15b2838nqqib-vim-pack-dir
set runtimepath^=/nix/store/cn8vvv4ymxjf8cfzg7db15b2838nqqib-vim-pack-dir
'';
lua = ''
-- Generated by home-manager
vim.opt.background = "dark"
'';
}</pre><p><span class="emphasis"><em>Declared by:</em></span></p><table border="0" summary="Simple list" class="simplelist"><tr><td><code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/neovim.nix#blob-path" target="_top">
&lt;home-manager/modules/programs/neovim.nix&gt;
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-programs.neovim.plugins"></a><a class="term" href="options.html#opt-programs.neovim.plugins"><code class="option">programs.neovim.plugins</code></a></span></dt><dd><p>List of vim plugins to install optionally associated with
configuration to be placed in init.vim.