added clangd and bash-lsp as language servers.
This commit is contained in:
parent
dc5a23b7f1
commit
793fd016c5
3 changed files with 24 additions and 8 deletions
|
|
@ -112,6 +112,10 @@
|
|||
C = [
|
||||
libclang
|
||||
];
|
||||
bash = [
|
||||
shellcheck
|
||||
bash-language-server
|
||||
];
|
||||
};
|
||||
format = [
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue