mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-09 22:55:58 +01:00
commit
796f6558d1
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ with builtins; let
|
||||||
lspconfig.ccls.setup{
|
lspconfig.ccls.setup{
|
||||||
capabilities = capabilities;
|
capabilities = capabilities;
|
||||||
on_attach=default_on_attach;
|
on_attach=default_on_attach;
|
||||||
cmd = {"${pkgs.ccls}/bin/ccls"};
|
cmd = {"${cfg.lsp.package}/bin/ccls"};
|
||||||
${optionalString (cfg.lsp.opts != null) "init_options = ${cfg.lsp.cclsOpts}"}
|
${optionalString (cfg.lsp.opts != null) "init_options = ${cfg.lsp.opts}"}
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue