From 4260b23f59752ca9e88161f649285da3cce82982 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Tue, 21 Apr 2026 01:24:36 +0100 Subject: style(lua): apply stylua formatting --- dot_config/nvim/lua/plugins/git.lua | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'dot_config/nvim/lua/plugins/git.lua') diff --git a/dot_config/nvim/lua/plugins/git.lua b/dot_config/nvim/lua/plugins/git.lua index b052c33..8f4e571 100644 --- a/dot_config/nvim/lua/plugins/git.lua +++ b/dot_config/nvim/lua/plugins/git.lua @@ -101,17 +101,9 @@ require("gitsigns").setup({ nmap("hC", function() gs.change_base("~") end, "git [C]hange base to HEAD") - nmap( - "tgd", - gs.preview_hunk_inline, - "[T]oggle [G]it show [D]eleted" - ) + nmap("tgd", gs.preview_hunk_inline, "[T]oggle [G]it show [D]eleted") nmap("tgw", gs.toggle_word_diff, "[T]oggle [G]it [W]ord diff") - nmap( - "tgl", - gs.toggle_linehl, - "[T]oggle [G]it [L]ine highlighting" - ) + nmap("tgl", gs.toggle_linehl, "[T]oggle [G]it [L]ine highlighting") -- Text object map( { "o", "x" }, -- cgit v1.2.3-70-g09d2