From 05e587cfc0f3b088169b7683ad5c71f9abed70aa Mon Sep 17 00:00:00 2001 From: siduck76 Date: Sat, 14 Aug 2021 22:32:32 +0530 Subject: [PATCH] Clean up utils --- lua/utils.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/lua/utils.lua b/lua/utils.lua index a330d255..46b23125 100644 --- a/lua/utils.lua +++ b/lua/utils.lua @@ -182,9 +182,6 @@ M.reload_theme = function(theme_name) _G.galaxyline_providers.DiagnosticInfo = diagnostic.get_diagnostic_info return true - -- open a buffer and close it to reload the statusline - -- vim.cmd("new|bwipeout") - -- commented out here as it will not work with telescope picker end return M