1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 11:24:55 +02:00

nvim/lua/user/plugins/editor/finder.lua: set width and height

This commit is contained in:
Henrik Hautakoski 2024-12-16 23:46:14 +01:00
parent ecf0a37176
commit 0893c9e1cb

View file

@ -50,6 +50,8 @@ return {
},
layout_config = {
horizontal = {
width = 0.95,
height = 0.95,
preview_cutoff = 200,
}
}