mirror of
https://github.com/oddlama/nix-config.git
synced 2025-10-10 23:00:39 +02:00
chore: enable clangd
This commit is contained in:
parent
eacb196046
commit
6bc5a7cba3
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
||||||
bashls.enable = true;
|
bashls.enable = true;
|
||||||
cssls.enable = true;
|
cssls.enable = true;
|
||||||
html.enable = true;
|
html.enable = true;
|
||||||
|
clangd.enable = true;
|
||||||
# rust-analyzer should not be set here because of rustaceanvim
|
# rust-analyzer should not be set here because of rustaceanvim
|
||||||
nil_ls = {
|
nil_ls = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue