rust support + YNPS v0.1

This commit is contained in:
Gabe Farrell 2024-04-12 19:33:50 -04:00
parent 0d0df12d82
commit b83b0f27a9
4 changed files with 72 additions and 63 deletions

View file

@ -47,6 +47,13 @@ for _, lsp in ipairs(servers) do
}
end
-- rust
lspconfig.rust_analyzer.setup {
settings = {
["rust-analyzer"] = {},
},
}
-- typescript
lspconfig.tsserver.setup {
on_attach = on_attach,