feat(doom): use clangd language server
This commit is contained in:
parent
09df0c53a4
commit
595c8e79ca
1 changed files with 1 additions and 1 deletions
2
home.nix
2
home.nix
|
|
@ -208,7 +208,7 @@ in {
|
||||||
programs.doom-emacs = {
|
programs.doom-emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
doomDir = ./doom.d;
|
doomDir = ./doom.d;
|
||||||
extraBinPackages = with pkgs; [ccls nil nixd];
|
extraBinPackages = with pkgs; [clang-tools nil nixd];
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.yazi = {
|
programs.yazi = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue