diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2023-11-14 03:49:04 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2023-11-14 03:49:04 +0100 |
commit | 2a7b54d41840a9a5515553968012036b8e91f701 (patch) | |
tree | 819628eaec805610f0d1f617d92799b81acd6376 /lua/user/plugins.lua | |
parent | 69d58ba0a84c945feec9588ab6fcf4700a5e61e7 (diff) | |
download | vim-2a7b54d41840a9a5515553968012036b8e91f701.zip vim-2a7b54d41840a9a5515553968012036b8e91f701.tar.gz |
disable which-key
Diffstat (limited to 'lua/user/plugins.lua')
-rw-r--r-- | lua/user/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/user/plugins.lua b/lua/user/plugins.lua index 8dc207d..bba449d 100644 --- a/lua/user/plugins.lua +++ b/lua/user/plugins.lua @@ -98,7 +98,7 @@ return packer.startup(function(use) -- Git use 'lewis6991/gitsigns.nvim' - use 'folke/which-key.nvim' + --use 'folke/which-key.nvim' -- Automatically set up your configuration after cloning packer.nvim -- Put this at the end after all plugins |