clangd-extensions

URL: https://git.sr.ht/~p00f/clangd_extensions.nvim

Maintainers: Johan Larsson


Clangd's off-spec features for neovim's LSP client.

plugins.clangd-extensions.enable

Whether to enable clangd_extensions.nvim.

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

The clangd_extensions.nvim package to use.

Type: package

Default: pkgs.vimPlugins.clangd_extensions-nvim

Declared by:

plugins.clangd-extensions.autoLoad

Whether to automatically load clangd_extensions.nvim when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by: