• F04118F@feddit.nl
    link
    fedilink
    arrow-up
    66
    arrow-down
    2
    ·
    edit-2
    3 days ago

    Plugins on a universal open source IDE are a better system than specialised proprietary IDEs (that also share “core” code but it’s not open source).

    Fight me.

    Fair warning though: I know these

    /weakSpot
    :g/your confidence/d
    :x
    

    Neovim logo

      • F04118F@feddit.nl
        link
        fedilink
        arrow-up
        14
        ·
        edit-2
        3 days ago

        Pyright is the open source language server behind pylance and it works just fine in my neovim setup (in case you hadn’t recognized the commands and the logo). There’s also basedpyright if you have beef with pyright.

        Protip: let someone else manage your neovim setup: just use lazyvim.org

        • lemonskate@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          3 days ago

          basedpyright includes some nice features that Microsoft has otherwise gated behind the closed source Pylance. There’s also (in development) ty from Astral that I’m pretty excited for (ruff and uv have made writing python so much better for me).