From d16f5cc727c5cf22ce343d3d56076c07f79e1086 Mon Sep 17 00:00:00 2001 From: Bad Date: Thu, 3 Jun 2021 11:57:45 +0200 Subject: [PATCH] Fix clangd --- users/profiles/neovim/coc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/profiles/neovim/coc/default.nix b/users/profiles/neovim/coc/default.nix index 12fb14d..0de6e14 100644 --- a/users/profiles/neovim/coc/default.nix +++ b/users/profiles/neovim/coc/default.nix @@ -14,7 +14,7 @@ "rust-analyzer.cargo.loadOutDirsFromCheck": true, "rust-analyzer.procMacro.enable": true, "clangd.checkUpdates": false, - "clangd.path": "${pkgs.clang-tools}/bin/clangd", + "clangd.path": "clangd", "svelte.plugin.svelte.format.enable": false, "python.analysis.extraPaths": [ "/usr/share/gdb/python",