stevearc / overseer.nvim

A task runner and job management plugin for Neovim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug: Way to stop horizontal scroll

s1n7ax opened this issue · comments

Neovim version (nvim -v)

NVIM v0.9.1

Operating system/version

NixOS 25

Describe the bug

Output window scrolls horizontally when there is a long output.

Actual:
image

Expected:
image

Steps To Reproduce

  1. Run a task with long, same line output

Expected Behavior

If the width of the output is longer than the width of the neovim then output should show the left most characters and user should be able to scroll right to see the rest of the output

Minimal example file

No response

Minimal init.lua

No response

Additional context

No response

If you use the default behavior (shell), then this is the default behavior of neovim inbuild shell and a duplicate of #202 and possibly related to make it less annoying #204 (create new tab).

Can you provide your setup configuration of overseer?

Sidenode: Adding both to FAQ for users to copy paste the workarounds sounds reasonable.