`picker.sources.git_status.layout.layout.width` を設定する。 ```lua picker = { sources = { git_status = { layout = { layout = { -- 基本は180、それより狭い場合は最大幅 width = 180, }, }, }, }, }, ``` > [!hint] > `git_status` 以外のコマンドも同様に設定できる。 > [!unresolved] > `max_width` だと一定サイズ以上の場合は効果がなかった。他の `width` が優先されて抑えられてしまっているから? ## 参考 > [Search | DeepWiki](https://deepwiki.com/search/snackspickergitstatus-windowsm_1846289a-0492-4d09-8453-fe28c552eadf?mode=fast)