From 2fb74089d3515077395299bce9df32e9e989a8ac Mon Sep 17 00:00:00 2001 From: sefidel Date: Wed, 16 Feb 2022 08:54:25 +0900 Subject: rel: v0.1 - Disable lazy-loading plugins - Add more useful plugins - Fix bar from loading slowly - Add support for neomutt - Change keybinds - Add Editorconfig --- fnl/nvrc/packs/diffview.fnl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 fnl/nvrc/packs/diffview.fnl (limited to 'fnl/nvrc/packs/diffview.fnl') diff --git a/fnl/nvrc/packs/diffview.fnl b/fnl/nvrc/packs/diffview.fnl new file mode 100644 index 0000000..a32dea5 --- /dev/null +++ b/fnl/nvrc/packs/diffview.fnl @@ -0,0 +1,7 @@ +(local {: setup} (require :diffview)) + +(setup {:enhanced_diff_hl true + :use_icons false + :key_bindings {:file_panel {:q "DiffviewClose"} + :file_history_panel {:q "DiffviewClose"} + :view {:q "DiffviewClose"}}}) -- cgit 1.4.1