Skip to content

Commit 3ceaa8c

Browse files
committed
update default floating values to match current values in release
1 parent 6a098d1 commit 3ceaa8c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ neogit.setup {
131131
-- Floating window style
132132
floating = {
133133
relative = "editor",
134-
width = 0.5,
135-
height = 0.5,
134+
width = 0.8,
135+
height = 0.7,
136136
style = "minimal",
137137
border = "rounded",
138138
},

doc/neogit.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
},

lua/neogit/config.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,8 @@ function M.get_default_values()
404404
kind = "tab",
405405
floating = {
406406
relative = "editor",
407-
width = 0.5,
408-
height = 0.5,
407+
width = 0.8,
408+
height = 0.7,
409409
style = "minimal",
410410
border = "rounded",
411411
},

0 commit comments

Comments
 (0)