Closed jan-xyz closed 1 year ago
This is a great use case for :help sidescrolloff
. You can set that by passing it in as a window option
require("dressing").setup({
input = {
win_options = {
sidescrolloff = 4,
},
},
})
Uuuuhhh and here I thought I looked through all the docs. I didn't know Neovim comes packed with this! Thank you!
@jan-xyz How did you get the input to extend beyond the nvim-tree buffer? Mine is always limited to the width of that buffer.
Sometimes I find myself deleting too much of a text when for example renaming a file in
nvim-tree.lua
because I can't see the characters to the left. It would be really nice if I could configure the offset of characters to the left so that I can see what I'm deleting next.