install rust analyzer

This commit is contained in:
Nick Burt 2023-12-18 19:15:03 -06:00
parent fc3965db1c
commit 05984d51eb
1 changed files with 1 additions and 1 deletions

View File

@ -478,7 +478,7 @@ local servers = {
-- clangd = {},
-- gopls = {},
-- pyright = {},
-- rust_analyzer = {},
rust_analyzer = { filetypes = {'rust', 'rs'}},
tsserver = {},
-- html = { filetypes = { 'html', 'twig', 'hbs'} },