feat(nvim): launch yazi on fullscreen

This commit is contained in:
Sergio Laín 2025-08-02 19:26:13 +02:00
parent 50ffd3a435
commit b7ba43670f
No known key found for this signature in database
GPG key ID: 51BB28D8B42FB438

View file

@ -8,8 +8,11 @@ return {
},
opts = {
open_for_directories = true,
floating_window_scaling_factor = 0.8,
yazi_floating_window_border = "rounded",
floating_window_scaling_factor = {
height = 1,
width = 1,
},
yazi_floating_window_border = "none",
integrations = {
grep_in_selected_files = "snacks.picker",
grep_in_directory = "snacks.picker",