diff --git a/options.html b/options.html index 52dda92..a9cc763 100644 --- a/options.html +++ b/options.html @@ -1,5 +1,5 @@ -Appendix A. Configuration Options

Appendix A. Configuration Options

vim.enableEditorconfig

Follow editorconfig rules in current directory

Type: boolean

Default: false

Declared by:

+Appendix A. Configuration Options

Appendix A. Configuration Options

vim.enableEditorconfig

Follow editorconfig rules in current directory

Type: boolean

Default: true

Declared by:

<neovim-flake/modules/basic/module.nix>
vim.assistant.copilot.enable

Whether to enable Enable GitHub Copilot.

Type: boolean

Default: false

Example: true

Declared by:

<neovim-flake/modules/assistant/copilot/copilot.nix> @@ -319,7 +319,7 @@ https://www.reddit.com/r/neovim/comments/orfpcd/question_does_the_c_parser_from_ <neovim-flake/modules/languages/clang.nix>
vim.languages.clang.lsp.opts

Options to pass to clang LSP server

Type: null or string

Default: null

Declared by:

<neovim-flake/modules/languages/clang.nix> -
vim.languages.clang.lsp.server

The clang LSP server to use

Type: value "ccls" (singular enum)

Default: "ccls"

Declared by:

+
vim.languages.clang.lsp.server

The clang LSP server to use

Type: one of "ccls", "clangd"

Default: "ccls"

Declared by:

<neovim-flake/modules/languages/clang.nix>
vim.languages.clang.treesitter.enable

Enable C/C++ treesitter

Type: boolean

Default: false

Declared by:

<neovim-flake/modules/languages/clang.nix>