From aaeb6a813a9044892e5bb76ba4a3a61db08eae4d Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 10 Sep 2022 23:55:22 +0800 Subject: format with stylua --- lua/config/which-key.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lua/config/which-key.lua') diff --git a/lua/config/which-key.lua b/lua/config/which-key.lua index 11e4c63..10c0c41 100644 --- a/lua/config/which-key.lua +++ b/lua/config/which-key.lua @@ -1,4 +1,4 @@ -require("which-key").setup({ +require("which-key").setup { plugins = { marks = true, -- shows a list of your marks on ' and ` registers = true, -- shows your registers on " in NORMAL or in INSERT mode @@ -46,7 +46,7 @@ require("which-key").setup({ align = "center", -- align columns left, center or right }, ignore_missing = false, -- enable this to hide mappings for which you didn't specify a label - hidden = { "", "", "", "", "call", "lua", "^:", "^ "}, -- hide mapping boilerplate + hidden = { "", "", "", "", "call", "lua", "^:", "^ " }, -- hide mapping boilerplate show_help = true, -- show help message on the command line when the popup is visible triggers = "auto", -- automatically setup triggers -- triggers = {""} -- or specify a list manually @@ -57,4 +57,4 @@ require("which-key").setup({ -- most people should not need to change this n = { "o", "O" }, }, -}) +} -- cgit v1.2.3