summaryrefslogtreecommitdiff
path: root/lua/lsp/rust-ls.lua
blob: e08ebb0814e66b38a391b6c7986d574adc67cbb8 (plain)
1
2
3
4
5
6
-- the rust-tools plugin will configure this automatically
--require'lspconfig'.rust_analyzer.setup{
--    cmd = {DATA_PATH .. "/lspinstall/rust/rust-analyzer"},
--    on_attach = require'lsp'.common_on_attach
--}