​ 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

Not gonna lie, a few years ago when I eared @robinm asking for a built-in plugin manager in #vim / #nvim, I was not convinced.

Why? Because I thought it was already the case. `pack/{opt,start}` has been around for quite a while now and I used #git #submodules to have a portable configuration.

Since then, I've used various plugins manager. They're handy but don't offer much more than the built-in.

And now, back to sugar-coated basics: https://echasnovski.com/blog/2026-03-13-a-guide-to-vim-pack.

I now agree with @robinm.

A Guide to vim.pack (Neovim built-in plugin manager) – Evgeni Chasnovski

A somewhat concise yet comprehensive guide to vim.pack: how it works and how to use it

Evgeni Chasnovski

How to exit vim?

No joke ofc

But how do i learn vim i feel really stupid XD

What do you mean i have no problems memorizing docker and nix syntax but cant remember to write ":i" to insert-

#vim #nvim #neovim

я наманкипатчил решение :D

#nvim #neovim #typst #treesitter

Имелось:
- стандартные хоткеи в yazi для копирования путей с сомнительными описаниями и кривой семантикой
- добавленные мною хоткеи с теми же проблемами
- написанные мною когда-то хоткеи в конфиге nvim'а с теми же проблемами, к тому же не соотносящиеся с хоткеями в yazi

В итоге я либо не помнил, какой именно у меня используется хоткей, либо в целом забывал о существовании некоторой функции. Чаще всего просто копировался полный путь, вставлялся в пустой буфер и ручками редактировался, после чего снова копировался.

Сегодня мне это надоело, поэтому я переделал хоткеи, чтобы у них была вменяемая семантика, плюс чтобы они были одинаковые в yazi и nvim с точностью до префикса.

#nvim #neovim #yazi

https://github.com/rebelot/heirline.nvim:
> Update triggers: Re-evaluate components only when some condition is met or specific autocommand events are fired.

Надо будет как-нибудь потыкать 

#nvim #neovim

Пытаюсь оптимизировать глупый lualine, пересчитывающий всю панельку каждую секунду + при каждом перемещении курсора.

#nvim #neovim #lua #lualine

Thank you, @maelle for your recent blog post that was highlighted on @rweekly Podcast, https://github.com/zerbiniandrea/conventional-commits.nvim. I learned about Conventional Commits and found this, https://github.com/zerbiniandrea/conventional-commits.nvim, for my Neovim setup!

#Git #ConventionalCommits #nvim

GitHub - zerbiniandrea/conventional-commits.nvim: A nvim plugin to manage conventional commits

A nvim plugin to manage conventional commits. Contribute to zerbiniandrea/conventional-commits.nvim development by creating an account on GitHub.

GitHub

I've been spring cleaning to exorcise evil spirits and bad qi (unnecessary metadata) from my notes:

https://fd93.me/note-4-spring-cleaning-for-new-year

#pkm #zettelkasten #nvim #notes #yearofthehorse

Note #4 - Spring Cleaning for New Year

Chinese New Year ended a week ago. 新年快樂!There are many traditions associated with the New Year, some of which are widely known: fireworks, gifting of hongbao, and playing loud music to scare away Nian. One less known New Year tradition is spring cleaning, which removes bad …

fd93
Am I doing my #nvim config for the second time this year ? you can bet your ass I am :D