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
when starting a new neovim instance on a typst filetype, the buffer autocmds aren't created for that file.
but the next time I open a file in that same neovim instance, things work as expected. however the first buffer is still without autocmds.
I can manually refresh things with :set filetype=typst as a workaround.
I was able to reproduce this on a clean configuration with lazy.nvim and no other plugins.
The text was updated successfully, but these errors were encountered:
when starting a new neovim instance on a typst filetype, the buffer autocmds aren't created for that file.
but the next time I open a file in that same neovim instance, things work as expected. however the first buffer is still without autocmds.
I can manually refresh things with
:set filetype=typst
as a workaround.I was able to reproduce this on a clean configuration with lazy.nvim and no other plugins.
The text was updated successfully, but these errors were encountered: