summaryrefslogtreecommitdiff
path: root/lua/plugins/whichkey.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins/whichkey.lua')
-rw-r--r--lua/plugins/whichkey.lua22
1 files changed, 11 insertions, 11 deletions
diff --git a/lua/plugins/whichkey.lua b/lua/plugins/whichkey.lua
index 6f820e0..6a14c8a 100644
--- a/lua/plugins/whichkey.lua
+++ b/lua/plugins/whichkey.lua
@@ -1,13 +1,13 @@
return {
- "folke/which-key.nvim",
- event = "VeryLazy",
- init = function()
- vim.o.timeout = true
- vim.o.timeoutlen = 300
- end,
- opts = {
- -- your configuration comes here
- -- or leave it empty to use the default settings
- -- refer to the configuration section below
- }
+ "folke/which-key.nvim",
+ event = "VeryLazy",
+ init = function()
+ vim.o.timeout = true
+ vim.o.timeoutlen = 300
+ end,
+ opts = {
+ -- your configuration comes here
+ -- or leave it empty to use the default settings
+ -- refer to the configuration section below
+ },
}