Home Gen363 @ 2024-10-20-14:34
This commit is contained in:
parent
e6d952cddb
commit
3da34021ea
@ -11,6 +11,7 @@
|
|||||||
];
|
];
|
||||||
doom-path-pkgs = with pkgs; [
|
doom-path-pkgs = with pkgs; [
|
||||||
(ripgrep.override {withPCRE2 = true;})
|
(ripgrep.override {withPCRE2 = true;})
|
||||||
|
alejandra
|
||||||
binutils
|
binutils
|
||||||
clang-tools
|
clang-tools
|
||||||
cmake
|
cmake
|
||||||
|
|||||||
@ -131,3 +131,6 @@
|
|||||||
"--compile-commands-dir=build"
|
"--compile-commands-dir=build"
|
||||||
))
|
))
|
||||||
(set-lsp-priority! 'clangd 2))
|
(set-lsp-priority! 'clangd 2))
|
||||||
|
|
||||||
|
|
||||||
|
(set-formatter! 'alejandra "alejandra -" :modes '(nix-mode))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user