aboutsummaryrefslogtreecommitdiff
path: root/configs/nvim/lua/plugins/which-key-nvim.lua
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-09-08 20:18:59 +0800
committercrupest <crupest@outlook.com>2023-09-10 17:15:34 +0800
commit16e583fe333be0c93539c258c4cdf66725c5b2b9 (patch)
tree9045b82ee79e5b6ebb0564f9343dfc3c4d90fd84 /configs/nvim/lua/plugins/which-key-nvim.lua
parent68afce38678c8b680c1f1afd93056afa5310c2e2 (diff)
downloadcrupest-16e583fe333be0c93539c258c4cdf66725c5b2b9.tar.gz
crupest-16e583fe333be0c93539c258c4cdf66725c5b2b9.tar.bz2
crupest-16e583fe333be0c93539c258c4cdf66725c5b2b9.zip
Update neovim config.
Diffstat (limited to 'configs/nvim/lua/plugins/which-key-nvim.lua')
-rw-r--r--configs/nvim/lua/plugins/which-key-nvim.lua9
1 files changed, 2 insertions, 7 deletions
diff --git a/configs/nvim/lua/plugins/which-key-nvim.lua b/configs/nvim/lua/plugins/which-key-nvim.lua
index 11be1bd..31aca45 100644
--- a/configs/nvim/lua/plugins/which-key-nvim.lua
+++ b/configs/nvim/lua/plugins/which-key-nvim.lua
@@ -1,8 +1,3 @@
-return {
- "folke/which-key.nvim",
- event = "VeryLazy",
- init = function()
- vim.o.timeout = true
- vim.o.timeoutlen = 300
- end,
+return {
+ "folke/which-key.nvim"
}