mastodon.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
The original server operated by the Mastodon gGmbH non-profit

Administered by:

Server stats:

356K
active users

#neovim

49 posts47 participants15 posts today

#neovim 0.11 came out today, hurray! github.com/neovim/neovim/relea

Some highlights:
- vim-uninmpaired becomes builtin and gets default mappings
- default tab button for `vim.snippet`
- QOL lua features such as `vim.o.*` completion
- Treesitter optimizations so long lines aren't hell anymore
- `vim.ui.open()`

NVIM v0.11.0
Build type: Release
LuaJIT 2.1.1741730670

Install
Windows
Zip

Download nvim-win64.zip
Extract the zip
Run nvim.exe on your CLI of choice

MSI

Download nvim-win64.msi
Run the MSI
Run...
GitHubRelease Nvim release build · neovim/neovimNVIM v0.11.0 Build type: Release LuaJIT 2.1.1741730670 Install Windows Zip Download nvim-win64.zip Extract the zip Run nvim.exe on your CLI of choice MSI Download nvim-win64.msi Run the MSI Run...

I'm using for development. But now in new project I've a codebase where nvim jump-to-definition is not working. Do you know maybe how to fix it?

Have a look at this minimum reproduction: gist.github.com/dejvidq/9fe98c

Normally, I'd like to have my cursor on "method_a" and press "gd" to get me to the definition of method_a in SomeClass. But it's not working, nothing is happening, LSP has no idea what to do.

I checked pycharm and it works there

My nvim conf: codeberg.org/djvdq/dotfiles/sr

GitHub Gist: instantly share code, notes, and snippets.
Gistmy_pytest_problem.pyGitHub Gist: instantly share code, notes, and snippets.

As neovim 0.11 is out now, some LSPs have file watching support like gopls. In order to turn that on install `inotifytools` and add the following to your lsp_capabilities:

lsp_capabilities.workspace.didChangeWatchedFiles.dynamicRegistration = true

and read `:help inotify-limitations`

Da ich wieder im Optimierungwahn bin, habe ich im Zuge dessen beschlossen meine Dotfiles und mein System bisschen aufzuräumen. Außerdem eine bessere Methode gefunden. Meine Dotfiles besser zu organisieren.

Falls es euch interessiert hier sind meine Dotfiles, werde die Tage mehr und mehr meiner Configs überarbeiten und mehr configs pushen.

github.com/Hummr01/.dotfiles

Collection of my dotfiles for my Arch Linux Systems - Hummr01/.dotfiles
GitHubGitHub - Hummr01/.dotfiles: Collection of my dotfiles for my Arch Linux SystemsCollection of my dotfiles for my Arch Linux Systems - Hummr01/.dotfiles

MiniDebConf Maceió 2025

Centro de Inovação Jaraguá, quinta-feira, 1 de maio às 09:00 BRT

De 01 a 04 de maio, pela primeira vez no Nordeste, Maceió sediará uma MiniDebConf composta por palestras, oficinas, sprints, BSP (“Bug Squashing Party” - festa de caça aos bugs) e eventos sociais.

A MiniDebConf Maceió 2025 é um evento aberto a todas as pessoas, independente do seu nível de conhecimento sobre Debian. O mais importante será reunir a comunidade para celebrar um dos maiores projeto de Software Livre no mundo, por isso queremos receber desde usuários(as) inexperientes que estão iniciando o seu contato com o Debian até Desenvolvedores(as) oficiais do projeto. Ou seja, estão todos(as) convidados(as)!

As MiniDebConfs são encontros locais organizados por membros do Projeto Debian para atingir objetivos semelhantes aos da DebConf, mas em um contexto nacional. Durante todo o ano são organizadas MiniDebConfs ao redor do mundo, ver MiniDebConf.

Esta será a sexta vez que uma MiniDebConf acontecerá no Brasil, e a primeira realizada no Nordeste! Em Maceió serão quatro dias dedicados exclusivamente ao Debian.

eventos.softwarelivre.tec.br/e

🖥️ From QED to Neovim
—Loosed Blog

「 Neovim was not pulled from thin air— it is a fork of Vim (specif­i­cally, ver­sion 7). Vim it­self was an evo­lu­tion— of the vi text ed­itor. The vi ed­itor emerged from ex. And there is a clear evo­lu­tion which un­ravels back to the first Unix graph­ical ter­minal ed­itor— ed 」

l-o-o-s-e-d.net/qed-neovim

l-o-o-s-e-d.netFrom QED to Neovim | Loosed BlogFrom QED to Neovim, this blog post unveils the history and evolution of the digital text editor. Modern systems require a method to precisely select, input, and arrage text. It's natural that this tool should become indispensable.