plugins.clangd-extensions.enable

Whether to enable clangd_extensions, plugins implementing clangd LSP extensions.

Type: boolean

Default: false

Example: true

Declared by:

plugins.clangd-extensions.enableOffsetEncodingWorkaround

Whether to enable utf-16 offset encoding. This is used to work around the warning: “multiple different client offset_encodings detected for buffer, this is not supported yet” .

Type: boolean

Default: false

Example: true

Declared by:

plugins.clangd-extensions.package

Which package to use for the clangd_extensions.nvim plugin.

Type: package

Default: <derivation vimplugin-clangd_extensions.nvim-2024-06-06>

Declared by:

plugins.clangd-extensions.extraOptions

These attributes will be added to the table parameter for the setup function. Typically, it can override NixVim’s default settings.

Type: attribute set of anything

Default: { }

Declared by: