• Muad'DibberA
    link
    64 years ago

    Xi is google tho :sad but relieved face:

    • loathesome dongeaterOP
      link
      34 years ago

      At this point I will take a new text editor even from Google provided it’s not written in electron

      • Muad'DibberA
        link
        34 years ago

        If you want to learn vim I can show you some good places to get started. Its a full-fledged IDE nowadays, with code following, autocomplete / intellisense for pretty much every language, rename, etc.

        • loathesome dongeaterOP
          link
          24 years ago

          I am pretty good at both vim and emacs but I don’t use any cool LSP based autocompletion plugins, mostly just less advanced ones that suggest phrases from the current file. But that’s mostly because I haven’t had to work on massive projects.

          • Muad'DibberA
            link
            34 years ago

            I def suggest trying out coc.nvim, it has extensions that add IDE-like capabilities for pretty much every modern language.

            • loathesome dongeaterOP
              link
              14 years ago

              what code completion plugin do you use alongside it? i tried setting up youcompleteme a long time ago but it didn’t go well. thinking about setting it up now just to have something alongside emacs.

              • Muad'DibberA
                link
                14 years ago

                Oh yeah cause I remember you use rust too, I’d do :CocInstall coc-rust-analyzer, its really fast.

              • Muad'DibberA
                link
                14 years ago

                coc.nvim does code completions / intellisense too, you just have to install the coc plugin for your language. I tried youcompleteme but switched to coc.nvim a long time ago. List of extensions / languages here.

  • @queer_bird
    link
    54 years ago

    Also check out Kakoune if you are in the market for vi style editors

    • loathesome dongeaterOP
      link
      44 years ago

      Lmao I was just checking it out. Easily the best one because it has Clippy™. Ootb I didn’t like the syntax highlighting in terminal but hopefully it can be riced.