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.

change default numbers to "never"

r0nsha (Jun 27, 2025, 5:32 PM +0300) 196aa6ff 882fa848

+1 -1
+1 -1
lua/lib/config.lua
··· 18 18 return { 19 19 ---@type multinput.Config 20 20 defaults = { 21 - opts = { numbers = "multiline" }, 21 + opts = { numbers = "never" }, 22 22 padding = 5, 23 23 width = { min = 20, max = 60 }, 24 24 height = { min = 1, max = 6 },