|
spacing = 3, -- spacing between columns
|
|
spacing = 3, -- spacing between columns
|
|
align = "left", -- align columns left, center or right
|
|
align = "left", -- align columns left, center or right
|
|
hidden = { "<silent>", "<cmd>", "<Cmd>", "<CR>", "call", "lua", "^:", "^ " }, -- hide mapping boilerplate
|
|
hidden = { "<silent>", "<cmd>", "<Cmd>", "<CR>", "call", "lua", "^:", "^ " }, -- hide mapping boilerplate
|
|
show_help = true, -- show help message on the command line when the popup is visible
|
|
show_help = true, -- show help message on the command line when the popup is visible
|
|
show_keys = true, -- show the currently pressed key and its label as a message in the command line
|
|
show_keys = true, -- show the currently pressed key and its label as a message in the command line
|