From 198141f63f02b072ba6475c8d411ccb17f37ec8a Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Mon, 28 Mar 2022 23:40:45 +0200 Subject: [PATCH] removed whitespaces --- lua/my_plugins.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/my_plugins.lua b/lua/my_plugins.lua index 12fc228..ee32ca6 100644 --- a/lua/my_plugins.lua +++ b/lua/my_plugins.lua @@ -50,11 +50,11 @@ return require('packer').startup(function() }, config = get_setup('telescope'), }) - use({ + use({ 'sainnhe/gruvbox-material', disable = true }) - use({ + use({ 'ellisonleao/gruvbox.nvim', config = get_setup('gruvbox'), })