Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When Running TZAtaraxis As an Automatic Command on Markdown Files I Am Unable to Interact with the File #102

Open
FOSSilizedDaemon opened this issue Aug 11, 2022 · 1 comment

Comments

@FOSSilizedDaemon
Copy link

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.

@stlewis
Copy link

stlewis commented Aug 23, 2022

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants