Skip to content

Commit 549d579

Browse files
committed
Update vimdoc
1 parent 61845e1 commit 549d579

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

doc/pyrepl.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ Features `pyrepl.nvim` currently provides:
1919
------------------------------------------------------------------------------
2020
REQUIREMENTS *pyrepl-reqs*
2121

22-
- Python 3.12+
2322
- Neovim 0.11+
24-
- Optional Python packages:
25-
- cairosvg (for displaying SVG images)
26-
- pillow (for displaying JPG images)
23+
- Python 3.10+
2724

2825
------------------------------------------------------------------------------
2926
QUICKSTART *pyrepl-quickstart*
@@ -45,13 +42,15 @@ Minimal `vim.pack` setup with the default config and example keymaps:
4542
split_horizontal = false,
4643
split_ratio = 0.5,
4744
style = "default",
45+
-- generate jupyter-console theme from neovim theme
4846
style_integration = true,
4947
image_max_history = 10,
5048
image_width_ratio = 0.5,
5149
image_height_ratio = 0.5,
5250
-- built-in provider, works best for ghostty and kitty
5351
-- for other terminals use "image" provider
5452
image_provider = "placeholders",
53+
-- can also be a function for advanced use cases
5554
cell_pattern = "^# %%%%.*$",
5655
python_path = "python",
5756
preferred_kernel = "python3",

0 commit comments

Comments
 (0)