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

Set cell marker #114

Open
rwijtvliet opened this issue Jun 17, 2024 · 0 comments
Open

Set cell marker #114

rwijtvliet opened this issue Jun 17, 2024 · 0 comments

Comments

@rwijtvliet
Copy link

rwijtvliet commented Jun 17, 2024

I'd like to use # %% as cell markers. Is that possible?

I've tried

      vim.g.jukit_comment_mark = '%%'
--and
      vim.g.jukit_comment_mark = '# %%'

I've also followed chatgpt's advice and used vim.g.jukit_cell_marks instead of vim.g.jukit_comment_mark (though I can't find anything about it in the docs).

Either way, these cell boundaries are not respected when navigating (e.g. with #jukit#cells#jump_to_next_cell()), and splitting a cell gives a less universal (jukit-specific?) marker # |%%--%%| <UReIE4rlf0|HJGTGunggC>.

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

1 participant