Skip to content

Commit 1572a4f

Browse files
committed
update default floating values to match current values in release
1 parent 984b7f1 commit 1572a4f

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
@@ -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
},

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
@@ -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
},

0 commit comments

Comments
 (0)