you are viewing a single comment's thread
view the rest of the comments
[–] 63 points 1 year ago* (last edited 1 year ago) (7 children)

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

  • source
  • hideshow 7 child comments
  • [–] 4 points 1 year ago (3 children)

    what did the /d do? I know you're searching for weak spot but I haven't seen :g/xyc/d

  • source
  • parent
  • hideshow 3 child comments
  • [–] 2 points 1 year ago (2 children)

    Btw, pylance is proprietary. There's Kylin for jedi as alternative.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 14 points 1 year ago* (last edited 1 year ago) (1 child)

    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

  • source
  • parent
  • hideshow 1 child comment
  • [–] 4 points 1 year 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).

  • source
  • parent