rust-ls.lua 215 B

123456
  1. -- the rust-tools plugin will configure this automatically
  2. --require'lspconfig'.rust_analyzer.setup{
  3. -- cmd = {DATA_PATH .. "/lspinstall/rust/rust-analyzer"},
  4. -- on_attach = require'lsp'.common_on_attach
  5. --}