home.social

#neovim — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #neovim, aggregated by home.social.

  1. Announcing jet.nvim – a Jupyter Kernel supervisor for Neovim ✈️

    Repo: github.com/wurli/jet.nvim

    I've been working on this for ages (1 year+) and it's now ready for a first release 🥳 jet.nvim is based on a custom Rust backend and allows Neovim to deeply integrate with Jupyter kernels, e.g. exposing the Ark R kernel's LSP and resizable plots.

    Full announcement blog post here: jacobnscott.com/posts/jet-nvim/

  2. What’s New in Neovim 0.13 (still under development): native multiple cursors, better support for persistent remote sessions, filesystem-watcher-based autoread, structured concurrency for Lua, improvements to built-in LSP completion... #Neovim dotfiles.substack.com/p/whats-

  3. Когда есть минутка пишу г*вно код на python

    #Linux #development #neovim #kde

  4. How to use multiple Cursors, merged into Neovim nightly, scheduled for release in Neovim 0.13 #Neovim blog.olimorris.com/2026/09/02/

  5. Finally got around to setting up #neovim to render man pages. It’s trivial to get the default going, but if you’ve got the keyboard shortcuts for less burned into your mind and demand a non-cluttered view, some tweaks are required. I've captured my configs. Tested in #FreeBSD, #AlpineLinux, #macOS, and #Debian.

    markmcb.com/cli/neovim-man-pag

  6. Finally got around to setting up to render man pages. It’s trivial to get the default going, but if you’ve got the keyboard shortcuts for less burned into your mind and demand a non-cluttered view, some tweaks are required. I've captured my configs. Tested in , , , and .

    markmcb.com/cli/neovim-man-pag

  7. #neovim Development News

    The 0.12 version updates `:delmarks` command to trigger the `MarkSet` event (with `line` and `col` set to 0).

    PR:
    - github.com/neovim/neovi...

    feat(events): trigger MarkSet ...

  8. Note to self: Do NOT allow LazyVim to install a shitload of breaking changes when the kids have school tomorrow, even if you're not really intending to work tonight.

    #neovim #LazyVim #BreakingChanges

  9. What a world we live in! I noticed a post by @bremner linking to neovim fighting against removing a DHH quote. Given that DHH actively associates himself with white supremacy and ethnic cleansing, choosing to associate your project with him is quite a choice.

    Well. Reading to the end of the thread, the maintainer decided to go out with a bang. I'm not sure this is any better a look than fighting for the DHH quote in the first place, but here we are.

    Here's the link to the issue:

    github.com/neovim/neovim.githu

    Here's the patch that was finally accepted:

    github.com/neovim/neovim.githu

    And here's a link to something to use instead of Neovim:

    codeberg.org/evi-editor

    #neovim #dhh #fascism

  10. Lost in a large codebase? 🔎

    I built tgrep.nvim to bring Microsoft’s tgrep search into Neovim, with the fff-plus picker.

    • Search as you type
    • Preview matches before opening
    • Jump into splits or tabs
    • Send matches to quickfix
    • Use an index, with filesystem fallback

    Try :Tgrep in your project. I’d love to hear what would make it fit your workflow.

    github.com/vinitkumar/tgrep.nvim

  11. 이러면서도 조금씩 neovim을 건드려볼 것 같다. 인서트 모드로만 쓰면 되기도 하고(?!). 어느 정도 주요 기능은 대충 숙지했으니까. 플러그인 중에 vim을 nano나 micro처럼 만드는 불경(?)한 물건도 있을지도 모르고. (다시 말하지만 저는 이걸 코딩용이 아니라 메모장 같은 단순 에디터 용도로 쓸 생각)
    #vim #neovim #글쓰기