Which one to choose for development? Advantages & disadvantages of each?

  • @andnekon
    link
    11 year ago

    LSP and a really big project, although it’s not necessarily neovims fault

    • @Hexarei
      link
      31 year ago

      Now you’ve got me curious how big of a project that was - I’ve not really had any slowdowns or speed issues at all with Neovim, even paired with an LSP in some of my team’s biggest projects. Few hundred thousand files not counting vendor libs, that sort of thing.

      I think the only thing I’ve ever seen really slow down was Telescope, and that’s because I have it showing previews of the selected file.

      • @andnekon
        link
        1
        edit-2
        1 year ago

        Few hundred thousand files

        My definition of “really big” is changed. I was talking about around 10k files of source code.

        The project is in java, the machine has 8 Gb ram, and when I open a different file it sometimes catches brief freezes - not to the point where it stops “being performant enough”, but still noticeable. Also, sometimes nvim-tree is slow when I expand directory, which is annoying

        • @Hexarei
          link
          21 year ago

          Hmm. I’m not super familiar with Java’s LSP setup and such, but my instinct is that it might be something to do with the performance of its syntax highlighting. The person I am, I can’t help but wonder what plugins you were using, but I won’t push to try and help you get it solved necessarily. Hope you’ve found a good solution with your current editor though!