A floating vim.ui.input buffer that auto-resizes to fit its contents.
0

Configure Feed

Select the types of activity you want to include in your feed.

remove unused UserConfig

r0nsha (Jun 26, 2025, 9:54 PM +0300) e9c7f31c 141a8021

-6
-6
lua/wrapinput.lua
··· 1 - ---@class wrapinput.UserConfig 2 - ---@field padding? integer 3 - ---@field max_width? integer 4 - ---@field max_height? integer 5 - ---@field win? vim.api.keyset.win_config 6 - 7 1 ---@class wrapinput.Config 8 2 ---@field prompt string 9 3 ---@field default string