368 current 2024-04-16 16:11:51 24.05.20240416.c04952a 6.8.4-zen1 *

This commit is contained in:
zackartz 2024-04-16 16:11:59 -04:00
parent 77f0cef7d6
commit 10852ec408
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA
2 changed files with 2 additions and 3 deletions

View file

@ -24,7 +24,4 @@ M.set_keymaps = function(client, bufnr)
end end
end end
require("lspconfig").tsserver.setup({})
return M return M

View file

@ -56,4 +56,6 @@ M.clangd = make_config("clangd", {
}, },
}) })
M.tsserver = make_config("tsserver", {})
return M return M