voidq.xyz is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Admin account
@hey@voidq.xyz

Search results for tag #neovim

[?]mintbug » 🌐
@mintbug@mastodon.ml

Таки нахуя нужен jupyter, когда есть [обычный repl](mastodon.ml/@mintbug/116498644), и как наиболее гламурно вычислять куски fennel в заметках на typst?

    [?]sevetech » 🌐
    @sevepy@social.vivaldi.net

    Books couldn't teach me effectively because the tool is too contextual (shell, version, scripting language). I ended up learning best by actually using it daily, integrating it with my shell, and writing plugins. But I think the deeper issue is that books can't account for constant evolution: updates, Neovim's ever-growing plugin landscape, different shells, scripting variations. So here's my question: is this a book problem, a Vim problem, or both?

    I'm also exploring flashcards for learning syntax github.com/sevehub/Awesome-Fla . How do you approach learning Vim , or any other complex CLI tool, in a way that actually gets you to power‑user level?

    What actually sticks?

      [?]michabbb » 🌐
      @michabbb@social.vivaldi.net

      🖥️ Speaks LSP over stdio, so any editor with an LSP client works: , , , , and . Official extensions handle the wiring; Neovim and OpenCode need a few config lines.

      ⚙️ phpEnvironment defaults to auto (Herd, Valet, Sail, Lando, DDEV, then local PHP) or takes an explicit phpCommand. Every capability is individually toggleable, plus two Pest options.

      laravel-news.com/laravel-lsp-a

        [?]Neovim » 🌐
        @neovim.io@bsky.brid.gy

        Development News

        The 0.12 version adds new default `grx` mapping to run LSP codelens at the current cursor position (`vim.lsp.codelens.run()`).

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

        feat(defaults): map 'grx' to `...

          [?]Neovim » 🌐
          @neovim.io@bsky.brid.gy

          Development News

          The 0.12 version adds `vim.lsp.get_configs()` function to get all LSP configs matching certain conditions.

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

          feat(lsp): add `vim.lsp.get_co...

            [?]Paco Velobs » 🌐
            @PacoVelobs@mamot.fr

            Oyez Oyez !

            Vimistes, NeoVimistes, voir même Vistes ou EVistes ? Emacsists, Nanoïstes, Edistes...

            À , le mardi 27 octobre à 19h à se tiendra un évènement de renom : un tuppervim.org/ !

            Ne préparez rien, venez avec un truc à qui miam ou qui glou et pointez vous au bon endroit openstreetmap.org/node/2782756 à la bonne heure.

              [?]Orhun Parmaksız 👾 » 🌐
              @orhun@fosstodon.org

              The modern web experience has finally arrived in Neovim 💀

              📺 **ads.nvim** — Non personalized ads inside Neovim!

              ⭐ GitHub: github.com/tamton-aquib/ads.nv

                [?]Paco Velobs » 🌐
                @PacoVelobs@mamot.fr

                I've been using daily for personal and professional reasons for almost two decades now.
                Yesterday, I "sharpened the saw".

                Of course, I know more about the tools than 15 years ago. But I find beauty in the fact that I still learn valuable ways to enhance my workflow a couple of times a year.

                It's not about discovering a new thing.
                But about finding a way to better use it.
                I like to be better than my last week self.

                  [?]Neovim » 🌐
                  @neovim.io@bsky.brid.gy

                  Development News

                  The 0.12 version adds support for terminal DEC private mode 2026 (synchronized output). Applications running in built-in terminal can batch screen updates to avoid tearing.

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

                  feat(terminal): support synchr...

                    [?]Benedikt Ritter (he/him) » 🌐
                    @britter@chaos.social

                    🚨 New blog post alert! 🚨

                    This time another update to kotlin-lsp broke my Nix derivation again. So I worte down what I had to do to fix it.

                    Full story: 👉 britter.dev/blog/2026/07/20/ko

                      [?]Neovim » 🌐
                      @neovim.io@bsky.brid.gy

                      Development News

                      The 0.12 version with `inline:word` in 'diffopt' option now automatically merges adjacent diff blocks separated by gaps and punctuation by 5 bytes to improve readability.

                      PR (Vim patch):
                      - github.com/neovim/neovi...

                      feat(diff): merge adjacent blo...

                        [?]Neovim » 🌐
                        @neovim.io@bsky.brid.gy

                        Development News

                        The 0.12 version makes it possible to detect two new system dependent feature flags: `android` and `termux`.

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

                        feat(has): 'android' and 'term...

                          [?]rozodru » 🌐
                          @rozodru@social.vivaldi.net

                          day #7 of

                          Had some issues with my webdev VM and had to rebuild it multiple times. Everytime I rebooted my laptop the VM would essentially delete itself. Ends up I had forgotten to enable a ZFS setting. FINALLY got that reliably working. DOOM Emacs is still dreadfully slow and came across a weird bug that would essentially crash it if I was editing a markdown. decided instead of continuing to fight it to just go back to . it's with opinionated defaults but their defaults that make sense and just works. i.e. defaults I would use anyways and nothing extra.

                          My issue is now I set up everything on my drives ass backwards. I have a 256gb SSD which is SDA and a 1TB nvme ssd. the 1tb is partitioned for FreeBSD to 256GB. the 256 SSD is split with the remainder of the 1TB and is currently running PikaOS which I'm going to use just for gaming. It works but it keeps nagging me that this was a dumb way to do it. Why did I do it this way? cause I wanted to originally try FreeBSD but now I fear reinstalling it and having to remember how I got everything setup. I have to look to see if there's a way to easily backup sysrc sysctl boot loader etc. then just get everything setup in a proper way i.e. one OS dedicated to each drive.

                            [?]Neovim » 🌐
                            @neovim.io@bsky.brid.gy

                            Development News

                            The 0.12 version adds a dedicated API for opening a new tabpage: `nvim_open_tabpage()`.

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

                            feat(api): `nvim_open_tabpage`...

                              [?]Neovim » 🌐
                              @neovim.io@bsky.brid.gy

                              Development News

                              Pressing `K` in help files on 0.12 version now tries to guess the help tag at cursor.

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

                              feat(help): super K (`:help!`)...

                                [?]Neovim » 🌐
                                @neovim.io@bsky.brid.gy

                                Development News

                                The 0.12 version updates `nvim_win_set_config()` to be able to move floating windows to other tab pages.

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

                                feat(api): nvim_win_set_config...

                                  Back to top - More...