368 current 2024-04-16 16:11:51 24.05.20240416.c04952a 6.8.4-zen1 *
This commit is contained in:
parent
77f0cef7d6
commit
10852ec408
2 changed files with 2 additions and 3 deletions
|
|
@ -24,7 +24,4 @@ M.set_keymaps = function(client, bufnr)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
require("lspconfig").tsserver.setup({})
|
|
||||||
|
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
|
|
||||||
|
|
@ -56,4 +56,6 @@ M.clangd = make_config("clangd", {
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
M.tsserver = make_config("tsserver", {})
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue