Igbanam Ogbuluijah

Results 86 comments of Igbanam Ogbuluijah

@uncomfyhalomacro I've been using Crystalline in Vim since I knew about it. The setup is - Vim 9 - coc.nvim - Crystalline binary (`brew install ...`) ``` "languageserver": { "crystal":...

Hi 👋🏽 Could you please share a real world use case for this? I'm struggling to come up with one myself. From what I understand, ledger allows you [keep time...

Maybe `post.all(foo, null)` instead?

What I observed is that the cursor remains on the line you called `:sp` from. To observe this, `set relativenumber` and check if the cursor changes lines. Where the cursor...

This looks fixed today. Maybe we can close this issue. I checked with this ledger ```ledger commodity € note Euro alias EUR format €1,234.56 commodity $ note United States Dollar...

Actually, how _does_ theming work? ```json { "h1": { "prefix": "# " }, "block_quote": { "color": "#00f" } } ``` I defined `my_theme.json` as ☝🏽 but doesn't seem to affect...