added clangd and bash-lsp as language servers.

This commit is contained in:
Gabe Venberg 2025-09-26 15:09:14 +02:00
parent dc5a23b7f1
commit 793fd016c5
3 changed files with 24 additions and 8 deletions

View file

@ -112,6 +112,10 @@
C = [
libclang
];
bash = [
shellcheck
bash-language-server
];
};
format = [
];