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

Feature Request: Improve REPL Readability (Font/Color Support) #403

Open
kaikikokuke opened this issue Jan 24, 2025 · 1 comment
Open

Feature Request: Improve REPL Readability (Font/Color Support) #403

kaikikokuke opened this issue Jan 24, 2025 · 1 comment

Comments

@kaikikokuke
Copy link

Hi,

First off, thanks for the amazing work on this project! It has been a game-changer for my workflow, allowing me to fully embrace Neovim instead of alternatives like VSCode or JupyterLab.

I was wondering if it would be possible to enhance the REPL experience by adding support for font customization (types, sizes) or color differentiation. I sometimes find it challenging to distinguish between input and output, as well as quickly identify data types. Perhaps something like how IPython or bpython handle syntax highlighting and formatting?

This would greatly improve usability, especially when working with large or complex outputs.

I'd love to hear your thoughts, and I’m happy to test any proposed solutions.

Thanks again for all your hard work!

@nickeisenberg
Copy link
Contributor

I believe iPython could do this with this. You can set the repl_definition for python like this

      repl_definition = {
        command = { "ipython", "--no-autoindent", "--colors=Linux" },
        format = require("iron.fts.common").bracketed_paste_python,
      }

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

2 participants