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 updates `vim.diagnostic.fromqflist()` to accept an `opts` table with `merge_lines` to merge multi-line compiler messages. PR: - github.com/neovim/neovi...
“every other editor began to feel like it had a layer of padding between me and the code.”
With #neovim 0.12, the nvim-treesitter plugin is no longer required for tree-sitter usage. In fact, it's no longer maintained and archived. Support is built into neovim. Custom tree-sitter parsers can simply by installed by your favourite package manager, e.g.: `doas apk add tree-sitter-python`.
#neovim Development News The 0.12 version updates built-in `gx` mapping (that opens link at cursor) to respect `textDocument/documentLink` LSP method (if the server supports it). PR: - github.com/neovim/neovi...
🎩 An epic saga unfolds: a brave soul transforms a crusty relic into a typing machine worthy of... 1995! 🎉 Witness the daring tale of a terminal tinkerer who bravely defies modern convenience with a Neovim-powered, color-challenged, text-only, hipster typewriter. Ah, the sweet #nostalgia of tech regression! ⌨️🔍
https://veronicaexplains.net/my-first-writerdeck/ #epicSaga #terminalTinkerer #techRegression #Neovim #hipsterTypewriter #HackerNews #ngated
#neovim Development News The 0.12 version adds `%$HLGroup$` approach to statusline syntax. It will inherit from preceding highlight attributes in contrast to `%#HLGroup#` which will inherit from `StatusLine`/`TabLine`/etc. PR: - github.com/neovim/neovi...
ЕЕЕЕЕЕЕЕЕЕЕЕЕЕЕ, наконец-то я смог победить jumplist! `<c-o>`/`<c-i>` и межфайловые метки в виде заглавных букв выглядят как инструмент, который будет мегаполезен, если его освоить. Однако я ВООБЩЕ ими не пользуюсь, поскольку список прыжков сохраняется между сессиями. Если мотать перемещения назад, в какой-то момент тебя перекидывает на файл, который не имеет никакого отношения к текущей сессии. Это ужасно сбивает и раздражает.
В `:h shada-'` говорится, что можно установить `'0`, и jumplist не будет сохраняться, однако при установке этой опции я наблюдал какое-то странное поведение. Видимо, новые прыжки не сохранялись в shada, однако прыжки, сохранённые до установки опции, подгружались при старте сессии. (Вообще, вся эта shada-система выглядит весьма и весьма странно, и я бы, возможно, задумался об её полном отключении, но мне нужна история ex-команд.) Сегодня я пошерстил issues, нашёл https://github.com/neovim/neovim/pull/33542#issuecomment-2816766899, кастанул `:wshada!`, и ненужные прыжки наконец-то исчезли! При старте редактора `<c-o>` никуда не перемещает!
Use `:w !sudo tee %` to save a file that requires elevated permissions to edit, when you have forgotten to append sudo before opening it.
#neovim Development News The 0.12 version supports CSI 3 J terminal sequence (to clear terminal scrollback). PR: - github.com/neovim/neovi...