You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can't get buffer's FileType on Neovim initialization, I can't re-setup the config. Can I check which event was triggered in the condition function? This way, I can cancel TextChangedI event for every non-typst buffer. But I would prefer per-FileTypetrigger_events.
Either way, can I somehow solve the problem now, or is this a feature request?
P.S. I still use init.vim and have almost 0 knowledge of Neovim's Lua API.
The text was updated successfully, but these errors were encountered:
For your problem: This looks interesting. I think we could implement something like that on the fork. Condition certainly looks like the wrong place to do this, tho.
Uh oh!
There was an error while loading. Please reload this page.
I want to have this for all file types:
But this for
typst
:I can't get buffer's
FileType
on Neovim initialization, I can't re-setup the config. Can I check which event was triggered in thecondition
function? This way, I can cancelTextChangedI
event for every non-typst
buffer. But I would prefer per-FileType
trigger_events
.Either way, can I somehow solve the problem now, or is this a feature request?
P.S. I still use
init.vim
and have almost 0 knowledge of Neovim's Lua API.The text was updated successfully, but these errors were encountered: