summaryrefslogtreecommitdiffstats
path: root/after/plugin/tabline.lua
diff options
context:
space:
mode:
Diffstat (limited to 'after/plugin/tabline.lua')
-rw-r--r--after/plugin/tabline.lua9
1 files changed, 0 insertions, 9 deletions
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,
-}