NeoZoom.lua icon indicating copy to clipboard operation
NeoZoom.lua copied to clipboard

Feature request: Can we specify the percentage of the width of the popup

Open abdallahz3 opened this issue 2 years ago • 2 comments

abdallahz3 avatar Apr 29 '22 00:04 abdallahz3

Absolutely. I will add this option after work :)

If you have any more advice feel free to let me know. Don't need to be kind~

nyngwang avatar Apr 29 '22 04:04 nyngwang

@abdallahz3 Now everyone can change the width like this:

-- require('neo-zoom').setup {} -- this will use default values.
require('neo-zoom').setup { -- this can change the width / height / top / left in float.
  width_ratio = 0.68,
  left_ratio = 0.25,
}

nyngwang avatar May 09 '22 03:05 nyngwang