Andrei Neculaesei
Andrei Neculaesei
Hit this issue as well. I've been trying to setup neorg a few times and quit every time because "it just didn't work". Spent some hours debugging the issue and...
Hey @Vaisakhkm2625, the project in its form here (as a library for displaying images) is abandoned, I recommend using https://github.com/edluffy/hologram.nvim
@alonronin Hey, I stumbled upon this issue while working on my own bus and thought although you probably don't need this anymore it's an interesting exercise. Were you trying to...
:+1: @runfaj Just found this ticket by running into the same issue for the same use case Edit: solved it with a reference counter and a setTimeout that checks if...
```lua post_restore_cmds = { function() vim.api.nvim_exec2("edit", {}) end, }, ```
@b-sudhakar `onClickOutside` passes the PointerEvent as the first argument, you can just check that it's not your button.
Had this same issue but in Lua files, when moving cursor up/down and hitting a bracked it would freeze the editor for a bit (on a very beefy machine), fixed...
:+1: Been hitting this issue for a few months, just got around to tracking the problem to vim-matchup.
Undo isn't working for me when editing text either on Exalidraw+.
@SantiagoBobrik found a fix https://github.com/3rd/tsdiagram/pull/7/commits/e7a1a4aed5594ee06b77ef53ae57b787888ff132