mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-02 03:21:14 +00:00
deploy: 0b1933160e
This commit is contained in:
parent
b6aff4f25a
commit
7803b1075c
2 changed files with 49 additions and 32 deletions
77
index.html
77
index.html
File diff suppressed because one or more lines are too long
|
@ -1,8 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>Appendix A. Configuration Options</title><link rel="stylesheet" type="text/css" href="style.css" /><script src="highlight.min.js" type="text/javascript"></script><script src="highlight.load.js" type="text/javascript"></script><meta name="generator" content="DocBook XSL Stylesheets V1.79.2" /><link rel="home" href="index.html" title="neovim-flake Manual" /><link rel="up" href="index.html" title="neovim-flake Manual" /><link rel="prev" href="index.html" title="neovim-flake Manual" /><link rel="next" href="release-notes.html" title="Appendix B. Release Notes" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Appendix A. Configuration Options</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="release-notes.html">Next</a></td></tr></table><hr /></div><div class="appendix"><div class="titlepage"><div><div><h1 class="title"><a id="ch-options"></a>Appendix A. Configuration Options</h1></div></div></div><div class="variablelist"><a id="neovim-flake-options"></a><dl class="variablelist"><dt><span class="term"><a id="opt-vim.assistant.copilot.enable"></a><a class="term" href="options.html#opt-vim.assistant.copilot.enable"><code class="option">vim.assistant.copilot.enable</code></a></span></dt><dd><p>Whether to enable Enable GitHub Copilot.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</code></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/notashelf/neovim-flake/blob/main/modules/assistant/copilot.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/assistant/copilot.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.assistant.tabnine.enable"></a><a class="term" href="options.html#opt-vim.assistant.tabnine.enable"><code class="option">vim.assistant.tabnine.enable</code></a></span></dt><dd><p>Whether to enable Enable TabNine assistant.</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></p><p><span class="emphasis"><em>Example:</em></span> <code class="literal">true</code></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/notashelf/neovim-flake/blob/main/modules/assistant/tabnine.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/assistant/tabnine.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.autoIndent"></a><a class="term" href="options.html#opt-vim.autoIndent"><code class="option">vim.autoIndent</code></a></span></dt><dd><p>Enable auto indent</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">true</code></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/notashelf/neovim-flake/blob/main/modules/basic#blob-path" target="_top">
|
||||
<neovim-flake/modules/basic>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.autocomplete.enable"></a><a class="term" href="options.html#opt-vim.autocomplete.enable"><code class="option">vim.autocomplete.enable</code></a></span></dt><dd><p>enable autocomplete</p><p><span class="emphasis"><em>Type:</em></span> boolean</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">false</code></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/notashelf/neovim-flake/blob/main/modules/completion#blob-path" target="_top">
|
||||
|
@ -289,7 +287,7 @@
|
|||
<neovim-flake/modules/lsp/lsp.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.lsp.nix.formatter"></a><a class="term" href="options.html#opt-vim.lsp.nix.formatter"><code class="option">vim.lsp.nix.formatter</code></a></span></dt><dd><p>Which nix formatter to use</p><p><span class="emphasis"><em>Type:</em></span> one of "nixpkgs-fmt", "alejandra"</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"alejandra"</code></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/notashelf/neovim-flake/blob/main/modules/lsp/lsp.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/lsp/lsp.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.lsp.nix.pkg"></a><a class="term" href="options.html#opt-vim.lsp.nix.pkg"><code class="option">vim.lsp.nix.pkg</code></a></span></dt><dd><p>The LSP package to use</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation nil-unstable-2023-02-04></code></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/notashelf/neovim-flake/blob/main/modules/lsp/lsp.nix#blob-path" target="_top">
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.lsp.nix.pkg"></a><a class="term" href="options.html#opt-vim.lsp.nix.pkg"><code class="option">vim.lsp.nix.pkg</code></a></span></dt><dd><p>The LSP package to use</p><p><span class="emphasis"><em>Type:</em></span> package</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal"><derivation nil-2023-02-03></code></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/notashelf/neovim-flake/blob/main/modules/lsp/lsp.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/lsp/lsp.nix>
|
||||
</a></code></td></tr></table></dd><dt><span class="term"><a id="opt-vim.lsp.nix.server"></a><a class="term" href="options.html#opt-vim.lsp.nix.server"><code class="option">vim.lsp.nix.server</code></a></span></dt><dd><p>Which LSP to use</p><p><span class="emphasis"><em>Type:</em></span> one of "rnix", "nil"</p><p><span class="emphasis"><em>Default:</em></span> <code class="literal">"nil"</code></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/notashelf/neovim-flake/blob/main/modules/lsp/lsp.nix#blob-path" target="_top">
|
||||
<neovim-flake/modules/lsp/lsp.nix>
|
||||
|
|
Loading…
Reference in a new issue