From 7434089a087ee4a3a0e49620143ae8aa5301f061 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sun, 9 Jul 2023 15:00:42 +0300 Subject: [PATCH] cpp lsp --- modules/dev/cc.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/dev/cc.nix b/modules/dev/cc.nix index db781fae..2e35df77 100644 --- a/modules/dev/cc.nix +++ b/modules/dev/cc.nix @@ -14,6 +14,10 @@ in gnumake cmake clang + # lsp + clang-tools + # lint + cpplint gdb ]; };