From a133fba8e384d576f5b3e027d871e466cc021003 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sat, 17 Feb 2024 18:48:58 +0300 Subject: nvim: delete which-key --- .config/nvim/lua/plugins/which-key.lua | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .config/nvim/lua/plugins/which-key.lua (limited to '.config/nvim/lua/plugins/which-key.lua') diff --git a/.config/nvim/lua/plugins/which-key.lua b/.config/nvim/lua/plugins/which-key.lua deleted file mode 100644 index 21048b9..0000000 --- a/.config/nvim/lua/plugins/which-key.lua +++ /dev/null @@ -1,14 +0,0 @@ -return { - { - "folke/which-key.nvim", - event = "VeryLazy", - init = function() - vim.o.timeout = true - vim.o.timeoutlen = 500 - end, - config = function() - local wk = require("which-key") - wk.setup() - end, - } -} -- cgit v1.2.3-70-g09d2