From 94623de18ea509d3749418f387c85992b785b043 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Sat, 15 Jun 2024 20:40:57 -0700 Subject: [PATCH] Added clangd integration --- config/plugins/lsp.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/plugins/lsp.nix b/config/plugins/lsp.nix index 41f086c..1c46437 100644 --- a/config/plugins/lsp.nix +++ b/config/plugins/lsp.nix @@ -50,6 +50,9 @@ # haskell hls.enable = true; + # c++ + clangd.enable = true; + # nix nixd = { enable = true;