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
The clangd_extensions.nvim package to use.
Type: package
Default:
pkgs.vimPlugins.clangd_extensions-nvim
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: