big changes on neovim

This commit is contained in:
afoucaultc 2026-07-07 10:37:27 +02:00
parent cddb6edde7
commit 6d492f07ba
26 changed files with 242 additions and 291 deletions

View file

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