mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-01 12:54:30 +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 =
|
config =
|
||||||
mkIf cfg.enable
|
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