File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ neogit.setup {
141141 -- Floating window style
142142 floating = {
143143 relative = " editor" ,
144- width = 0.5 ,
145- height = 0.5 ,
144+ width = 0.8 ,
145+ height = 0.7 ,
146146 style = " minimal" ,
147147 border = " rounded" ,
148148 },
Original file line number Diff line number Diff line change @@ -158,8 +158,8 @@ to Neovim users.
158158 -- Floating window style
159159 floating = {
160160 relative = "editor",
161- width = 0.5 ,
162- height = 0.5 ,
161+ width = 0.8 ,
162+ height = 0.7 ,
163163 style = "minimal",
164164 border = "rounded",
165165 },
Original file line number Diff line number Diff line change @@ -393,8 +393,8 @@ function M.get_default_values()
393393 kind = " tab" ,
394394 floating = {
395395 relative = " editor" ,
396- width = 0.5 ,
397- height = 0.5 ,
396+ width = 0.8 ,
397+ height = 0.7 ,
398398 style = " minimal" ,
399399 border = " rounded" ,
400400 },
You can’t perform that action at this time.
0 commit comments