"Neovim 0.12 Release with the Core Team"
https://youtube.com/watch?v=EiBg91
LTOYk

including how to play DOOM in nvim!

#nvim #vim

- YouTube

Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube.

Today, i will be tinkering with neovim 12.0 https://github.com/neovim/neovim/releases/tag/v0.12.0 and try to switch over to vim.pack. Its going to be a full day. I feel like a kid on christmas! 😄 #neovim #nvim #foss
Release Nvim 0.12.0 · neovim/neovim

NVIM v0.12.0 Build type: Release LuaJIT 2.1.1774638290 Release notes Changelog (fixes + features) News (:help news in Nvim) Install Windows Zip Download nvim-win64.zip (or nvim-win-arm64.zip fo...

GitHub

#Neovim 0.12 is out! Here the list of features I’m checking out first: https://cj.rs/blog/nvim0.12/

💬 Feel free to comment here!

#blog #blogging #nvim

Features I want to try first in Neovim 0.12

Auto-completion without plugins, improved UI core, plugin management and more...

Clément Joly – Open-Source, Rust & SQLite
#bibiman https://codeberg.org/lukeflo/bibiman is an artesanal, hand-made tui for #biblatex, #bibtex library viewing and management. It saved me when I was trying to make #jabref and #zotero work on my #raspberrypi for citation management. It offers browsing, viewing, filtering, editing in the cli editor of your choice, yank/copy citekeys, connecting pdf files, creating and connecting notes and excellent citekey formating. #academia #academic #philosophy #terminal #helix #nvim #cli #editor #citation #noai
bibiman

A TUI for fast and simple interacting with your BibLaTeX database

Codeberg.org

I wish I could switch to a completely slop-free editor without compromising my workflow too much.

Helix would be a great alternative: Its mappings seem a bit more consistent than Vim’s, also it has Tree-sitter, LSP and fuzzy pickers already built-in. But it lacks some features (digraphs, extensibility, folding – in that order).

I also had a look at Kakoune, which also seems alright, but I don’t like that tabs and splits are delegated to the terminal emulator, a multiplexer or window manager. I respect that decision, but I’d prefer that feature to be built-in.

For now, I’ll stick to Neovim. At least they have a policy that makes LLM users check and sanitise the generated code (https://github.com/neovim/neovim/blob/master/CONTRIBUTING.md#ai-assisted-work), although I’d prefer if they’d outright ban it.

#Vim #Neovim #nvim #Helix #Kakoune #FOSS #slopocalypse

@peritia Hit ESC then :x

This is the superior way to exit vim. If you didn't change the file, (Neo)vim will exit. If you did change it, the changes will be saved, then exit.

As far learning, open nvim, hit ESC then :Tutor

#vim #nvim #neovim

More success porting Lilypond/Frescobaldi capabilities over to Neovim: I can now easily do musical transformations on Lilypond notation!

I can transpose passages, double/halve the durations, dot/undot everything, apply a completely new rhythmic pattern, or remove repeated duration indicators or make them explicit again.

This uses the remote plugin feature on Neovim: https://github.com/reillypascal/nvim/tree/main/rplugin/python3

#Neovim #Nvim #Lilypond #Frescobaldi #Python #Composition #ClassicalMusic

@al3x I do a cleanup step on every minor #nvim release. I guess the next one will force a lot of people do re-estimate their needs.

Probando #Claude en #nvim mediante el plugin Avante.

Parece sólido. Veremos en unos días.

​ Neovim helm users question â€‹

I currently have the following installed via lazy:

-- formatting helm charts properly { 'towolf/vim-helm', ft = {'helm'}, enabled = true, }, { "qvalentin/helm-ls.nvim", ft = "helm", opts = { conceal_templates = { -- enable the replacement of templates with virtual text of their current values -- note: for better wrapping support, set `vim.opt.conceallevel = 2` enabled = false, }, }, },

I also have tree-sitter installed and I've already done a :TSInstall helm, but for some reason, it's not highlighting my .Values.parameters quite right. See in the screenshot below how it doesn't give me highlights for the period or the word Values.

When I do an :Inspect on the Values, it says:

Syntax - gotplAction

but that can't be right â€‹
What do you think I could be doing wrong?

#neovim #nvim #helm #treesitter