summaryrefslogtreecommitdiff
path: root/lua/core/dashboard.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/core/dashboard.lua')
-rw-r--r--lua/core/dashboard.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/core/dashboard.lua b/lua/core/dashboard.lua
index 9d161e7b..73f62c25 100644
--- a/lua/core/dashboard.lua
+++ b/lua/core/dashboard.lua
@@ -92,7 +92,7 @@ M.setup = function()
{
"FileType",
"dashboard",
- "set showtabline=0 | autocmd BufLeave <buffer> set showtabline=2",
+ "set showtabline=0 | autocmd BufLeave <buffer> set showtabline=" .. O.default_options.showtabline,
},
{ "FileType", "dashboard", "nnoremap <silent> <buffer> q :q<CR>" },
},