NotebookNavigator.nvim
NotebookNavigator.nvim copied to clipboard
A neovim plugin to navigate and execute code cells
- feat: config.repl_provider can be a function - feat: passing config options to `activate_hydra`
I'd like to only have the notebook hydra in my python notebook files. We just need `activate_hydra(config)` to pass `config.hydra_buffer` to the hydra.nvim call
mainly just for completeness but I think adding code to a cell is fairly common so it would be useful
There is no possibility (I think, at least) to change the description of opening the hydra menu and therefore, how it appears on `whichkey`: Maybe this can be added.
# Issue In the [detailed config](https://github.com/GCBallesteros/NotebookNavigator.nvim#detailed-configuration) there is no hydra key entry for `split`. ** edit ** By trial-and-error I found that `split_cell` is the correct key. Maybe this can...