From 141d9b25deec11559461c684db0353c92b48e45b Mon Sep 17 00:00:00 2001 From: pml68 Date: Wed, 24 Apr 2024 09:19:34 +0200 Subject: style: fix indenting part 2 --- lua/pml68/configs/toggleterm.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lua/pml68/configs/toggleterm.lua') diff --git a/lua/pml68/configs/toggleterm.lua b/lua/pml68/configs/toggleterm.lua index 2f819cb..997802b 100644 --- a/lua/pml68/configs/toggleterm.lua +++ b/lua/pml68/configs/toggleterm.lua @@ -1,8 +1,8 @@ local Terminal = require('toggleterm.terminal').Terminal local lazygit = Terminal:new({ - cmd = "lazygit", - hidden = true, - direction = "float", + cmd = "lazygit", + hidden = true, + direction = "float", float_opts = { border = "double", }, -- cgit v1.2.3