add lsp config for rust analyzer

This commit is contained in:
jc 2023-10-07 15:13:01 -04:00
commit 965d1bb983
No known key found for this signature in database

View file

@ -83,6 +83,7 @@ return {
lspconfig.tsserver.setup({})
lspconfig.tailwindcss.setup({})
lspconfig.zls.setup({})
lspconfig.rust_analyzer.setup({})
end
lspzero.setup()