From 07abc0343bf1f6e2b93b24e3af8655ce81dd2b02 Mon Sep 17 00:00:00 2001 From: Benjamin Chaussé Date: Wed, 10 Jul 2024 14:59:42 -0400 Subject: Stylua formatting + conform.nvim --- lua/plugins/fugitive.lua | 35 ++++++++++++++++------------------- 1 file changed, 16 insertions(+), 19 deletions(-) (limited to 'lua/plugins/fugitive.lua') diff --git a/lua/plugins/fugitive.lua b/lua/plugins/fugitive.lua index 6bb5190..71d7c0a 100644 --- a/lua/plugins/fugitive.lua +++ b/lua/plugins/fugitive.lua @@ -1,21 +1,18 @@ return { - lazy = false, - "tpope/vim-fugitive", - dependencies = "tpope/vim-rhubarb", - config = function() - - end, - -- Only load when using one of the following commands: - keys = { - { "gs", "G" }, -- G.it S.tatus - { "gd", "G difftool" }, -- G.it D.iff - { "gm", "Gvdiffsplit!" }, -- G.it M.erge - { "gc", "G commit" }, -- G.it C.ommit - { "gu", "G push" }, -- G.it push U.pstream - { "gp", "G pull" }, -- G.it P.ull - { "gf", "G fetch" }, -- G.it F.etch - { "ds", "Gvdiffsplit!" }, - { "dh", "diffget //2" }, - { "dl", "diffget //3" }, - }, + lazy = false, + "tpope/vim-fugitive", + dependencies = "tpope/vim-rhubarb", + config = function() end, + -- Only load when using one of the following commands: + keys = { + { "gs", "G" }, -- G.it S.tatus + { "gd", "G difftool" }, -- G.it D.iff + { "gc", "G commit" }, -- G.it C.ommit + { "gu", "G push" }, -- G.it push U.pstream + { "gp", "G pull" }, -- G.it P.ull + { "gf", "G fetch" }, -- G.it F.etch + { "ds", "Gvdiffsplit!" }, -- G.it D.iff S.plit + { "dh", "diffget //2" }, + { "dl", "diffget //3" }, + }, } -- cgit v1.2.3