From 7833f476947debba43e087feab9a34359caca98f Mon Sep 17 00:00:00 2001
From: Soispha <soispha@vhack.eu>
Date: Sun, 8 Oct 2023 13:22:07 +0200
Subject: fix(hm/conf/nvim/plgs/telescope/exts/bibtex): Mark action as empty

---
 hm/soispha/conf/nvim/plgs/telescope/extensions/bibtex/default.nix | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'hm/soispha/conf/nvim')

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 946d32f1..6f3cc2ea 100644
--- a/hm/soispha/conf/nvim/plgs/telescope/extensions/bibtex/default.nix
+++ b/hm/soispha/conf/nvim/plgs/telescope/extensions/bibtex/default.nix
@@ -7,6 +7,8 @@
     keymaps = [
       {
         key = "<space>ib";
+        # This is registered in the ftplugin file, so we set this to null here
+        action = "<Nop>";
         mode = "n";
         options.desc = "[i]nsert a [b]atex citation";
       }
-- 
cgit 1.4.1