vim-jukit icon indicating copy to clipboard operation
vim-jukit copied to clipboard

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

Open ahmadie opened this issue 2 years ago • 2 comments

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.

ahmadie avatar May 27 '23 11:05 ahmadie

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?

luk400 avatar Sep 17 '23 16:09 luk400

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?

rrgalvan avatar Oct 18 '23 19:10 rrgalvan