From 4ba64948eb18d6225869e13816f062012a064afe Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Mon, 19 Sep 2022 10:51:40 +0200 Subject: [PATCH] formatted plugins file --- lua/my_plugins.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lua/my_plugins.lua b/lua/my_plugins.lua index b8d9226..9cd3bd4 100644 --- a/lua/my_plugins.lua +++ b/lua/my_plugins.lua @@ -220,11 +220,11 @@ return require('packer').startup(function() }, config = get_setup('my_dap') } - use { - 'sindrets/diffview.nvim', - requires = 'nvim-lua/plenary.nvim', - config = get_setup('my_diffview') - } + use { + 'sindrets/diffview.nvim', + requires = 'nvim-lua/plenary.nvim', + config = get_setup('my_diffview') + } if packer_bootstrap then require('packer').sync() end