From 8fbcfc8698f97fc4701d09cb3de3e095d5ddd7c7 Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 8 Oct 2023 13:12:44 +0200 Subject: fix(hm/conf/nvim): Update to new keymap format --- .../conf/nvim/plgs/telescope/extensions/bibtex/default.nix | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'hm/soispha/conf/nvim/plgs/telescope/extensions/bibtex') diff --git a/hm/soispha/conf/nvim/plgs/telescope/extensions/bibtex/default.nix b/hm/soispha/conf/nvim/plgs/telescope/extensions/bibtex/default.nix index 12c9736c..946d32f1 100644 --- a/hm/soispha/conf/nvim/plgs/telescope/extensions/bibtex/default.nix +++ b/hm/soispha/conf/nvim/plgs/telescope/extensions/bibtex/default.nix @@ -4,10 +4,12 @@ extraPlugins = [ pkgs.vimExtraPlugins.telescope-bibtex-nvim ]; - maps.normal = { - "ib" = { - desc = "[i]nsert a [b]atex citation"; - }; - }; + keymaps = [ + { + key = "ib"; + mode = "n"; + options.desc = "[i]nsert a [b]atex citation"; + } + ]; }; } -- cgit 1.4.1