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.
#neovim Development News The 0.12 version adds the `SessionLoadPre` autocommand triggered before loading a session created with `:mksession`. PR (Vim patch): - github.com/neovim/neovi...
¿Vim o Neovim? 🖥️
Vim es el clásico inmortal: ultraestable, ligero y preinstalado en casi cualquier servidor Linux. Ideal para edición rápida en producción.
Neovim es el futuro moderno: un fork optimizado que añade ejecución asíncrona, soporte nativo para Lua (configuraciones más rápidas) y un ecosistema de plugins brutal gracias a su LSP integrado.
Vim para emergencias en el servidor; Neovim para desarrollo diario. 💻
Neovim 0.12.3 landed as a stable patch release on the 0.12 line, rolling up bug fixes documented in the changelog and :help news, with prebuilt binaries for Linux, macOS, and Windows on both x86_64 and Arm64. A quiet maintenance update rather than a feature drop. How quickly do you adopt Neovim point releases?
#Neovim #vim
#neovim Development News The 0.12 version updates `vim.secure.trust()` to accept `path` for the `allow` action. PR: - github.com/neovim/neovi...
I just published a practical guide to @neovim and LazyVim.
Not a “learn everything at once” guide, but a realistic starting point: why use Neovim in 2026, how modal editing works, the commands that actually matter, text objects, LSP, lazy.nvim, and a gradual method to learn without getting lost.
For anyone who wants a lighter, keyboard-driven, open-source, and highly portable editing environment.
It is time for a new #neovim maintenance release, version 0.12.3. Mostly fixes, several new features. Release: github.com/neovim/neovi... Changelog: github.com/neovim/neovi...
#neovim Development News The 0.12 version makes `:packadd` interact with cached value of 'runtimepath' in order to not retrigger its parsing. This makes `:packadd` visibly faster to the benefit of users and plugin managers like `vim.pack`. PR: - github.com/neovim/neovi...
#neovim Development News The 0.12 version adjusts which tree-sitter highlighting is enabled by default: - Enable in markdown files. - Disable in tree-sitter query files. PR: - github.com/neovim/neovi... - github.com/neovim/neovi...