Nvim: Move some keybinds to which-key

This commit is contained in:
Marko Korhonen 2023-06-27 12:39:51 +03:00
parent 89d4ea3737
commit e141efbbe4
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.
{