dccsillag / magma-nvim

Interact with Jupyter from NeoVim.
GNU General Public License v3.0
988 stars 50 forks source link

[Feature Request] Adding option of HideOutput #41

Open LifeWorks opened 2 years ago

LifeWorks commented 2 years ago

I wonder is it possible to add an option to hide the output. I think letting the output be automatically shown but some outputs contain many warnings, in which case, an cmd that one can hide the output would be nice.

dccsillag commented 2 years ago

I think I need a little bit of clarification: what are you calling an 'output'? A whole output window, or a specific output chunk (i.e., a line in the output window)?

My guess is that you mean the whole output window, and are asking for a counterpart to :MagmaShowOutput (which, btw, under Vim/NeoVim terminology is a 'command', not an 'option'; options are something else). Am I right?

LifeWorks commented 2 years ago

You are right, a command :MagmaHideOutput would be nice to have.