Add rust_analyzer to lsp

This commit is contained in:
Kevin Cotugno 2021-08-10 06:19:35 -07:00
parent 9490d9e414
commit 4d3ceaa7d1

View File

@ -292,4 +292,5 @@ require'lspconfig'.solargraph.setup{
bundlerPath = 'bin/bundle'; bundlerPath = 'bin/bundle';
useBundler = true; useBundler = true;
} }
require'lspconfig'.rust_analyzer.setup{}
EOF EOF