Fix clangd typo
This commit is contained in:
parent
402e7d9602
commit
0ea068058e
|
@ -37,7 +37,7 @@
|
|||
xdg.configFile."nvim/coc-settings.json".text = builtins.toJSON {
|
||||
rust-analyzer.serverPath = "${pkgs.rust-analyzer}/bin/rust-analyzer";
|
||||
clangd = {
|
||||
path = "${pkgs.llvmPackages_latest.clang-unwrapped}/bin/clangd}";
|
||||
path = "${pkgs.llvmPackages_latest.clang-unwrapped}/bin/clangd";
|
||||
semanticHighlighting = true;
|
||||
};
|
||||
languageserver.nix = {
|
||||
|
|
Loading…
Reference in a new issue