mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-01 04:44:31 +02:00
plugins/lsp/ccls: fix initOptions
This commit is contained in:
parent
e95f8e9ce4
commit
0fc190144f
1 changed files with 1 additions and 1 deletions
|
@ -268,6 +268,6 @@ in {
|
|||
config =
|
||||
mkIf cfg.enable
|
||||
{
|
||||
plugins.lsp.servers.pylsp.extraOptions.init_options = cfg.initOptions;
|
||||
plugins.lsp.servers.ccls.extraOptions.init_options = cfg.initOptions;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue