mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 01:55:08 +02:00
Use user defined value when setting showtabline on BufLeave (#939)
This commit is contained in:
parent
623c2e62b5
commit
98430bd108
1 changed files with 1 additions and 1 deletions
|
@ -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>" },
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue