change deprecated names
This commit is contained in:
@@ -30,11 +30,11 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
servers = {
|
servers = {
|
||||||
#js/typescript
|
#js/typescript
|
||||||
ts-ls.enable = true;
|
ts_ls.enable = true;
|
||||||
#c/c++
|
#c/c++
|
||||||
ccls.enable = true;
|
ccls.enable = true;
|
||||||
#nix
|
#nix
|
||||||
nil-ls.enable = true;
|
nil_ls.enable = true;
|
||||||
#python
|
#python
|
||||||
pyright.enable = true;
|
pyright.enable = true;
|
||||||
#bash
|
#bash
|
||||||
|
|||||||
Reference in New Issue
Block a user