apply renamings

This commit is contained in:
Chris Kruining 2024-12-22 14:41:40 +01:00
parent a08b67ab48
commit 79f2de523e

View file

@ -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;