forked from poz/niksos
move from clangd to ccls
This commit is contained in:
parent
6c6092335e
commit
6f78c86fac
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ in {
|
||||||
installRustc = false;
|
installRustc = false;
|
||||||
};
|
};
|
||||||
lua-ls.enable = true;
|
lua-ls.enable = true;
|
||||||
clangd.enable = true;
|
ccls.enable = true;
|
||||||
nil_ls.enable = true;
|
nil_ls.enable = true;
|
||||||
bashls.enable = true;
|
bashls.enable = true;
|
||||||
tsserver.enable = true;
|
tsserver.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue