From 3fa4f7415d847b53d4e7595538f561f79fe442cd Mon Sep 17 00:00:00 2001 From: Minijackson Date: Mon, 22 Aug 2022 14:53:37 +0200 Subject: vim: disable which-key --- common/vim.nix | 1 - dotfiles/vim.lua | 6 ------ 2 files changed, 7 deletions(-) diff --git a/common/vim.nix b/common/vim.nix index 44dc0d8..8245f99 100644 --- a/common/vim.nix +++ b/common/vim.nix @@ -73,7 +73,6 @@ let diffview-nvim nvim-notify indent-blankline-nvim - which-key-nvim # Completion nvim-cmp diff --git a/dotfiles/vim.lua b/dotfiles/vim.lua index 90caa0a..4588ae8 100644 --- a/dotfiles/vim.lua +++ b/dotfiles/vim.lua @@ -445,12 +445,6 @@ require("indent_blankline").setup { show_current_context_start = true, } --- Which Key - -require("which-key").setup {} - -vim.o.timeoutlen = 500 - -- Local config function isModuleAvailable(name) -- cgit v1.2.3