added rust analyzer

This commit is contained in:
Arpan Swaroop 2025-01-23 15:07:38 -06:00
parent db7c57ad84
commit 441b2012d2
1 changed files with 1 additions and 1 deletions

View File

@ -679,7 +679,7 @@ require('lazy').setup({
-- clangd = {},
-- gopls = {},
-- pyright = {},
-- rust_analyzer = {},
rust_analyzer = {},
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
--
-- Some languages (like typescript) have entire language plugins that can be useful: