luk400 / vim-jukit

Jupyter-Notebook inspired Neovim/Vim Plugin
MIT License
602 stars 23 forks source link

How to remove relative number, number and sign columns from jukit window #87

Open ahmadie opened 1 year ago

ahmadie commented 1 year ago

When I use jukit the terminal window shows line number relative numbers and sign column. Can you provide a way to hide those? I was not able to get filetype of terminal buffer...

Thank you.

luk400 commented 1 year ago

I'll need further information, jukit shouldn't affect your line number settings in any way. Did you try the plugin with an otherwise empty (neo)vim config to be sure that jukit is causing your issue?

rrgalvan commented 1 year ago

I have a related question (I am not sure if it is the same).

In neovim (v0.10.0-dev), I activated line numbers. When I open a .py file, they are displayed in the left part of the window.

Now I press "os" to start an output split. But then, line numbers are also displayed in the left part of the new split window. I would like not to see there the line numbers (I only want to see them in the original window, containing the python code).

Is there any way to disable line numbering (only) in the output split?