apply renamings
This commit is contained in:
parent
a08b67ab48
commit
79f2de523e
1 changed files with 3 additions and 3 deletions
|
@ -28,9 +28,9 @@ in
|
||||||
lsp = {
|
lsp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
servers = {
|
servers = {
|
||||||
tsserver.enable = true;
|
ts_ls.enable = true;
|
||||||
lua-ls.enable = true;
|
lua_ls.enable = true;
|
||||||
rust-analyzer = {
|
rust_analyzer = {
|
||||||
enable = true;
|
enable = true;
|
||||||
installRustc = true;
|
installRustc = true;
|
||||||
installCargo = true;
|
installCargo = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue