GCBallesteros / jupytext.nvim

Jupyter notebooks on neovim powered by Jupytext
66 stars 14 forks source link

fix: jypytext not found and update vim health methods #25

Open gogamid opened 1 month ago

gogamid commented 1 month ago

Fix: jypytext not available on macOS Sonoma 14.5

Problem: jypytext was not found on macOS Sonoma 14.5 using global package, virtual environment, or Python host via vim.g.

Solution: Using a table in vim.fn.system instead of a string fixes the issue.

Changes:

gogamid commented 1 month ago

23