install rust analyzer
This commit is contained in:
parent
fc3965db1c
commit
05984d51eb
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…
Reference in New Issue