feat(nvim): launch yazi on fullscreen
This commit is contained in:
parent
50ffd3a435
commit
b7ba43670f
1 changed files with 5 additions and 2 deletions
|
@ -8,8 +8,11 @@ return {
|
||||||
},
|
},
|
||||||
opts = {
|
opts = {
|
||||||
open_for_directories = true,
|
open_for_directories = true,
|
||||||
floating_window_scaling_factor = 0.8,
|
floating_window_scaling_factor = {
|
||||||
yazi_floating_window_border = "rounded",
|
height = 1,
|
||||||
|
width = 1,
|
||||||
|
},
|
||||||
|
yazi_floating_window_border = "none",
|
||||||
integrations = {
|
integrations = {
|
||||||
grep_in_selected_files = "snacks.picker",
|
grep_in_selected_files = "snacks.picker",
|
||||||
grep_in_directory = "snacks.picker",
|
grep_in_directory = "snacks.picker",
|
||||||
|
|
Loading…
Add table
Reference in a new issue