From c81d9e0bda5d45dbae4b760f25d2e3b213ed6704 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Sun, 29 Jan 2023 11:15:50 +0100 Subject: [PATCH] format lazygit --- lua/plugins/lazygit.lua | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/lua/plugins/lazygit.lua b/lua/plugins/lazygit.lua index 646f7e6..5ce1e2f 100644 --- a/lua/plugins/lazygit.lua +++ b/lua/plugins/lazygit.lua @@ -10,17 +10,15 @@ return { 'LazyGitFilterCurrentFile', 'LazyGit', }, - config = function () - require("telescope").load_extension("lazygit") + config = function() + require("telescope").load_extension("lazygit") end, keys = { { 'g', - function () + function() require('lazygit').lazygit() end - } - } }