Nvim: Move some keybinds to which-key

This commit is contained in:
Marko Korhonen 2023-06-27 12:39:51 +03:00
parent d4dedd038f
commit ac829ff2a0
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
5 changed files with 19 additions and 14 deletions

View file

@ -79,7 +79,7 @@ local plugins = {
"lambdalisue/suda.vim",
-- Display possible keybinds
{ "folke/which-key.nvim", config = true },
{ "folke/which-key.nvim", config = require("plugins.which-key") },
-- Package manager for LSP servers, DAP adapters etc.
{