diff options
author | Soispha <soispha@vhack.eu> | 2023-10-08 13:22:07 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-08 13:22:07 +0200 |
commit | 7833f476947debba43e087feab9a34359caca98f (patch) | |
tree | 2b5c09b948f21bc3d154521e578878a6cceede9e /hm | |
parent | fix(hm/conf/nvim): Update to new keymap format (diff) | |
download | nixos-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.nix | 2 |
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"; } |