about summary refs log tree commit diff
path: root/fnl/nvrc/packs/diffview.fnl
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-26 19:03:02 +0900
committersefidel <contact@sefidel.net>2022-02-26 19:03:02 +0900
commit899a50bf8eb2816305afb79bb1134209a5f3cbdb (patch)
tree62ae24f43f5def828eca7c93853f76354af4d03a /fnl/nvrc/packs/diffview.fnl
parent475e8ae48378054ce0077dbc6fd27257bc3fbff1 (diff)
downloadnvimrc-899a50bf8eb2816305afb79bb1134209a5f3cbdb.tar.gz
nvimrc-899a50bf8eb2816305afb79bb1134209a5f3cbdb.zip
chore: get rid of redundant pack configurations
Diffstat (limited to 'fnl/nvrc/packs/diffview.fnl')
-rw-r--r--fnl/nvrc/packs/diffview.fnl7
1 files changed, 0 insertions, 7 deletions
diff --git a/fnl/nvrc/packs/diffview.fnl b/fnl/nvrc/packs/diffview.fnl
deleted file mode 100644
index a32dea5..0000000
--- a/fnl/nvrc/packs/diffview.fnl
+++ /dev/null
@@ -1,7 +0,0 @@
-(local {: setup} (require :diffview))
-
-(setup {:enhanced_diff_hl true
-        :use_icons false
-        :key_bindings {:file_panel {:q "<cmd>DiffviewClose<cr>"}
-                       :file_history_panel {:q "<cmd>DiffviewClose<cr>"}
-                       :view {:q "<cmd>DiffviewClose<cr>"}}})