I get that it’s open source provided you use codium not code but I still find that interesting

  • Syudagye@pawb.social
    link
    fedilink
    arrow-up
    8
    ·
    9 months ago

    I need to use VSCode at university because their version of neovim is too outdated for my config…

    • Bugamn@lemm.ee
      link
      fedilink
      arrow-up
      3
      ·
      9 months ago

      Have you tried compiling neovim for your own personal use? There are a bunch of possible issues that can arise, like lack of enough space or required dependencies, but if you miss neovim it might be worth trying

      • aquafunkalisticbootywhap@lemmy.sdf.org
        link
        fedilink
        arrow-up
        1
        ·
        9 months ago

        for debian based systems, there is a PPA with nightly builds. I use a quick and dirty python script via systemd to schedule nightly builds from the PPA’s source pkg on both debian and popOS with good results. worst case you can roll back to a prevous build of the pkg, tho Ive never had to

      • Syudagye@pawb.social
        link
        fedilink
        arrow-up
        1
        ·
        9 months ago

        well i ended up just downloading the latest release build on github and symlinked the binary to my .local/bin, and it works now