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 = {
|
||||
enable = true;
|
||||
servers = {
|
||||
tsserver.enable = true;
|
||||
lua-ls.enable = true;
|
||||
rust-analyzer = {
|
||||
ts_ls.enable = true;
|
||||
lua_ls.enable = true;
|
||||
rust_analyzer = {
|
||||
enable = true;
|
||||
installRustc = true;
|
||||
installCargo = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue