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
@FOSSilizedDaemon I've found that with a similar set up, the issue is that my cursor is inside the leftmost padding split rather than the split that contains the markdown buffer. The "fix" is just to navigate into the right split:
<C-w>l <C-w>j
Not ideal, but at least you'll be able to work with markdown while the issue gets looked at.
It is essentially the title. With a vanilla configuration, I added this line to ´after/ftplugin/markdown.lua´
´´´
vim.cmd([[ TZAtaraxis ]])
´´´
and when the file opens the mode IS launched, but then I cannot interact with the file. I am on the most recent release of both nvim and this plugin.
The text was updated successfully, but these errors were encountered: