feat(doom): use clangd language server

This commit is contained in:
Khaïs COLIN 2024-12-19 19:23:35 +01:00
parent 09df0c53a4
commit 595c8e79ca

View file

@ -208,7 +208,7 @@ in {
programs.doom-emacs = {
enable = true;
doomDir = ./doom.d;
extraBinPackages = with pkgs; [ccls nil nixd];
extraBinPackages = with pkgs; [clang-tools nil nixd];
};
programs.yazi = {