Iron-E

Results 124 comments of Iron-E

Apologies for the bump; I can still repro

@UberV have you had a chance to review?

Thank you for taking over on the project!

> Does anybody know how to give user customized rules priority than builtin ones? Like export keyword in above example. ```scheme ((super_important_node) @superimportant (#set! "priority" 105)) ``` You may have...

Thanks for updating the PR! The internals of barbar went through quite a few changes recently (as you've seen). A number of previous issues ended up fixed after the code...

@idbrii half of my colorscheme is finding and fixing those, so that all the colors I choose show up where users expect 😅 Imho going by `:h group-name` is generally...

There is already `let i = if b {"Yes"} else {"No"};`

Could you add a minimal reproduction, such that one can do `nvim --clean -u minimal.vim` and have the bug occur ([example](https://github.com/romgrk/barbar.nvim/issues/526#issue-1879746758)). I see that there is a reproduction here, but...