neogit icon indicating copy to clipboard operation
neogit copied to clipboard

Add options to set the width and height of floating window

Open xtrats opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like Add options to set the width and height of floating window (kind = "floating"), such as

require('neogit').setup {
  kind = 'floating',
  windows  = {
    width = 0.7,   -- percentage
    height = 0.8 
}

Describe alternatives you've considered No for now

xtrats avatar Aug 01 '23 10:08 xtrats