Daniel Steinberg

Results 42 comments of Daniel Steinberg

> "It would be awesome if you could add options to specify terminal size and export to apng!" There is currently an option, `size`, for changing the _resolution_ of the...

@AnderssonPeter, thanks for the additional details. I just added a new option, _shave_, for controlling how many cells are cropped from each edge. For example, to truncate the rightmost 20...

~Currently autonomous highlighting and global highlighting don't work. The following change in `manifest.json` would fix the issue:~ ```diff }, "permissions": ["activeTab", "contextMenus", "scripting", "storage"], "optional_permissions": ["tabs", "clipboardWrite"], + "host_permissions": [""],...

Chromium [614b578](https://chromium.googlesource.com/chromium/src/+/614b578cc35fbea8dca9d2336482f68b075c035f) adds `optional_host_permissions`. Support was added to Auto Highlight in eedb48218580aa3007086af41daec0240e157561.

Thanks for reporting the issue @ouuan! What terminal are you using? Can you post the same image 1) with the scrollbars and 2) also after running `:ScrollViewDisable`? This side-by-side would...

I've reproduced the issue outside the context of `nvim-scrollview` and reported the issue to the Neovim project. https://github.com/neovim/neovim/issues/17550.

> "I didn't try it but what if the scrollbar has a width of two characters?" The issue arises from the floating window boundary intersecting with a wide character. This...

Thanks for filing this @chriskisskiss! I haven't encountered the issue myself. Can you provide a specific example file that results in the issue, or some set of steps I can...

> "Hi, it basically occurs to all files when :set wrap is enabled and there are long lines." I downloaded `Alice’s Adventures in Wonderland` from https://www.gutenberg.org/files/11/11-0.txt. The lines were hard...

> "Independently from the plugin, there seems to be no way to scroll in vim between real lines, e.g. when i use gj gk to navigate between wrapped lines, vim...