about summary refs log tree commit diff stats
path: root/hm
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-08 13:22:07 +0200
committerSoispha <soispha@vhack.eu>2023-10-08 13:22:07 +0200
commit7833f476947debba43e087feab9a34359caca98f (patch)
tree2b5c09b948f21bc3d154521e578878a6cceede9e /hm
parentfix(hm/conf/nvim): Update to new keymap format (diff)
downloadnixos-config-7833f476947debba43e087feab9a34359caca98f.tar.gz
nixos-config-7833f476947debba43e087feab9a34359caca98f.zip
fix(hm/conf/nvim/plgs/telescope/exts/bibtex): Mark action as empty
Diffstat (limited to 'hm')
-rw-r--r--hm/soispha/conf/nvim/plgs/telescope/extensions/bibtex/default.nix2
1 files changed, 2 insertions, 0 deletions
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";
       }