I've taken a break from exam revisions and have hapily set up #zsh, #tmux and #neovim on my computer 🥳
Neovim Contributors released #Neovim version 0.11.2. https://neovim.io/
@pointlessone @matheusrich I mean blocks of code in a general sense, not something related to Ruby. (think classes, methods, conditionals, loops, etc) E.g. something like vib in #neovim.
@trevdev You might want to give a look at nvim-orgmode:
https://nvim-orgmode.github.io/
And if you don’t mind a slightly different approach, Neorg is really impressive:
https://github.com/nvim-neorg/neorg
#neovim Development News
The 0.12 version will have "extended command line". It is a more flexible and user-friendly way to manage command line. Both for input (typing commands) and output (messages/errors).
Will probably be experimental (not stable) for a while.
PR:
- github.com/neovim/neovi...
feat(ui): ext_cmdline/messages...
Are there any Neovim users working with 11ty? I’m having a bit of difficulty getting a Jinja2 Treesitter parser setup. Everything else is working properly (lsp, prettier, and properly reading the .njk file type.)
Just having trouble with syntax highlighting for the HTML parts in .njk files.
Конфиг nvim на Си https://github.com/rewhile/CatNvim :blobcatheadachent:
Vimify your browser: https://thetangent.space/2025/browser/
#vim #neovim
#neovim Development News
The 0.12 version will have default value of 'statusline' implemented as a regular expression (instead of an internal C approach).
This is a first step towards a more capable default statusline.
PR:
- github.com/neovim/neovi...
refactor: replace C implementa...