1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-10 02:51:07 +01:00

plugins/lsp/ccls: fix initOptions

This commit is contained in:
Austin Horstman 2024-04-26 09:12:01 -05:00 committed by Gaétan Lepage
parent e95f8e9ce4
commit 0fc190144f

View file

@ -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;
};
}