Neovim plugin for interacting with code cells

1 Open Issue Need Help Last updated: Oct 7, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This issue describes the initial implementation of cell navigation within a plugin, where cells are delimited by `# %%`. The core tasks involve adding functions to find these cell delimiters, enabling jumps between cells, defining Plug keybindings for these jump functions, and ensuring the entire feature is accessible through the plugin.

Complexity: 2/5
enhancement good first issue

Neovim plugin for interacting with code cells

Lua