From 590f0309995a569954fc94b1d5df6b6391ead9fa Mon Sep 17 00:00:00 2001 From: Squibid Date: Fri, 11 Aug 2023 20:43:58 -0400 Subject: kitchen sink cause I'm too lazy to sort through this junk --- after/plugin/tabline.lua | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 after/plugin/tabline.lua (limited to 'after/plugin/tabline.lua') diff --git a/after/plugin/tabline.lua b/after/plugin/tabline.lua deleted file mode 100644 index 7ec5cf1..0000000 --- a/after/plugin/tabline.lua +++ /dev/null @@ -1,9 +0,0 @@ -local status_ok, luatab = pcall(require, "luatab") -if not status_ok then - return -end - -luatab.setup { - windowCount = function() return '' end, - devicon = function() return '' end, -} -- cgit v1.2.1