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