From ea376c621f120b297053e94a9ebf47cf638861ee Mon Sep 17 00:00:00 2001 From: Bad Date: Wed, 28 Apr 2021 22:26:52 +0200 Subject: [PATCH] Add clangd --- users/profiles/neovim/coc/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users/profiles/neovim/coc/default.nix b/users/profiles/neovim/coc/default.nix index ce8ca3a..8089951 100644 --- a/users/profiles/neovim/coc/default.nix +++ b/users/profiles/neovim/coc/default.nix @@ -12,7 +12,8 @@ "prettier.useTabs": true, "rust-analyzer.cargo.loadOutDirsFromCheck": true, "rust-analyzer.procMacro.enable": true, - "clangd.checkUpdates": true, + "clangd.checkUpdates": alse, + "clangd.path": "${pkgs.clang-tools}/bin/clangd", "svelte.plugin.svelte.format.enable": false, "python.analysis.extraPaths": [ "/usr/share/gdb/python",