From 66a8bf1ac557b579fac4099affcdca2ee0764e78 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 5 Oct 2022 22:08:23 +0200 Subject: Add diffview --- fnl/config/diffview.fnl | 6 ++++++ fnl/config/init.fnl | 1 + fnl/config/which-key.fnl | 2 ++ fnl/plugins.fnl | 1 + 4 files changed, 10 insertions(+) create mode 100644 fnl/config/diffview.fnl (limited to 'fnl') diff --git a/fnl/config/diffview.fnl b/fnl/config/diffview.fnl new file mode 100644 index 0000000..eea5ed3 --- /dev/null +++ b/fnl/config/diffview.fnl @@ -0,0 +1,6 @@ +;; Trim whitespaces on save. +(module config.diffview {autoload {: util}}) + +(def- opts {}) + +(util.use-config :diffview opts) diff --git a/fnl/config/init.fnl b/fnl/config/init.fnl index b350dfa..b752361 100644 --- a/fnl/config/init.fnl +++ b/fnl/config/init.fnl @@ -9,6 +9,7 @@ config.colorizer config.colorscheme config.comment + config.diffview config.fidget config.gitsigns config.harpoon diff --git a/fnl/config/which-key.fnl b/fnl/config/which-key.fnl index 0c8ee7e..1d196fa 100644 --- a/fnl/config/which-key.fnl +++ b/fnl/config/which-key.fnl @@ -78,6 +78,8 @@ :C ["Telescope commands" :Commands]}) (def- git {:name :Git + :d ["DiffviewOpen" "Diffview"] + :D ["DiffviewFileHistory" "DiffviewFileHistory"] :j ["lua require 'gitsigns'.next_hunk()" "Next Hunk"] :k ["lua require 'gitsigns'.prev_hunk()" "Prev Hunk"] :l ["lua require 'gitsigns'.blame_line()" :Blame] diff --git a/fnl/plugins.fnl b/fnl/plugins.fnl index 6fd3da9..93c87f6 100644 --- a/fnl/plugins.fnl +++ b/fnl/plugins.fnl @@ -11,6 +11,7 @@ :hrsh7th/cmp-path {} :saadparwaiz1/cmp_luasnip {} :numToStr/Comment.nvim {} + :sindrets/diffview.nvim {} :j-hui/fidget.nvim {} :rafamadriz/friendly-snippets {} :lewis6991/gitsigns.nvim {} -- cgit v1.2.3-70-g09d2