• DessalinesA
    link
    fedilink
    arrow-up
    4
    ·
    4 years ago

    coc.nvim + coc-rust-analyzer

    You can use it with either nvim or vim.

    • seahorseOP
      link
      fedilink
      arrow-up
      1
      ·
      4 years ago

      I went with your suggestion. How do you get it to check your syntax for every keystroke like Eclipse?

      • DessalinesA
        link
        fedilink
        arrow-up
        2
        ·
        4 years ago

        It should automatically, you press tab and it will auto-complete. Sometimes you need to save files so it can run cargo check, but that’s it.