install rust analyzer
This commit is contained in:
parent
fc3965db1c
commit
05984d51eb
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -478,7 +478,7 @@ local servers = {
|
||||||
-- clangd = {},
|
-- clangd = {},
|
||||||
-- gopls = {},
|
-- gopls = {},
|
||||||
-- pyright = {},
|
-- pyright = {},
|
||||||
-- rust_analyzer = {},
|
rust_analyzer = { filetypes = {'rust', 'rs'}},
|
||||||
tsserver = {},
|
tsserver = {},
|
||||||
-- html = { filetypes = { 'html', 'twig', 'hbs'} },
|
-- html = { filetypes = { 'html', 'twig', 'hbs'} },
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue