home.social

#neovim — Public Fediverse posts

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

  1. #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 ...

  2. 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

  3. 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

  4. 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

  5. Apparently we have access to GitHub at work, been using it in :neovim: and it seems pretty useful... Is there a way to get this in :emacs: ?

  6. Dear #python :python: Community,

    I use #neovim, what’s the ideal setup for #lsp to include type checking these days? #ruff #pyright

  7. Ideas for a standalone editor? Even better, :emacs: / :neovim: plugin?
    I like the idea of writing diagrams and flowcharts as code...

  8. Even though it’s been many years of using , I feel like I always need a refresher with stuff.

    Let’s say you have installed, it’s in Mason and in your PATH, and code snippets/cmp are showing up as expected.

    Why would a definition like “Path” (from pathlib import Path) show up, but not something even more simple like “split” or “print”?

    🧐🤔