big changes on neovim
This commit is contained in:
parent
cddb6edde7
commit
6d492f07ba
26 changed files with 242 additions and 291 deletions
|
|
@ -10,7 +10,7 @@ hl.config({
|
|||
resize_on_border = true,
|
||||
hover_icon_on_border = true,
|
||||
allow_tearing = true,
|
||||
layout = "dwindle",
|
||||
layout = "master",
|
||||
snap = {
|
||||
enabled = true,
|
||||
},
|
||||
|
|
@ -47,9 +47,9 @@ hl.config({
|
|||
preserve_split = true,
|
||||
},
|
||||
master = {
|
||||
new_status = "master",
|
||||
orientation = "center",
|
||||
mfact = "0.5",
|
||||
new_status = "slave",
|
||||
orientation = "left",
|
||||
mfact = "0.7",
|
||||
},
|
||||
scrolling = {
|
||||
fullscreen_on_one_column = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue