Replace nvim deno-ls with typescript-ls

This commit is contained in:
Talia 2024-02-09 10:32:05 +01:00
parent 75917bd441
commit 99c207d910
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ for _, language in ipairs {
"html",
"cssls",
"clangd",
"denols",
"tsserver",
"lua_ls",
"solargraph",
"standardrb",