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.
I guess one(?) of the things I need to keep an eye out on, is the possibility of #neovim being auto-removed from #Debian on June 17th if this outstanding tree-sitter issue isn't resolved:
After a little bit of reading and a looong, overdue audit/cleansing of my .vimrc, I'm ready(!) to test drive #nvim
It's only been on my "Hey, I'd like to try that thing out" list for...5(?) years.
Even if it doesn't stick, eh, I've got my audit/cleanup out of the way, fixed up some longstanding quirks, and finally retired powerline(for vim-airline).
I made a little Zettelkasten plugin for Neovim: https://codeberg.org/smeikx/zetka.nvim
I’ve started a Zettelkasten to reflect on media I read, watch and listen to; I hope this will help me define, refine, explain and defend my core beliefs and opinions.
I created the plugin myself to think about how I want to use my personal Zettelkasten and because it was fun. But I tried to make it useful for other people too, so give it a try if you like.
Lo de meterle tantas esteroides a vim/nvim como para que acabe siendo igual que cualquier variante de IntelliJ no sé si me termina de convencer.
Pensaba que la idea de programar con vim era evitar distracciones y al final acabas llenando la terminal de pop-ups.
Updated my Nvim simple config with the theme.
https://github.com/norandom/nvim-simple
* added a light variant, similar to solarized
SOLUTION: @gumnos came up with the idea of piggy-backing :nohl onto control-l for refresh:
nmap <C-L> :nohl<CR><C-L
imap <C-L> <Esc>:nohl<CR><C-L>a
Hey #vim wizards,
The number one reason I don't use search more freely when editing is that all the highlights triggers my #CDO a little bit, and :nohl is a little clumsy to type in a hurry.
I wanted to map :nohl to an easy-to-press keybind, like ctrl-/, but I can't seem to get it to work.
Any ideas?
" map Ctrl-/ to :nohl
nmap <c-Slash> :nohl<CR>
imap <c-Slash> <Esc>:nohl<CR>a