junegunn / vim-plug

:hibiscus: Minimalist Vim Plugin Manager
https://junegunn.github.io/vim-plug/
MIT License
33.7k stars 1.9k forks source link

Open vim-plug window in a new tab #1274

Closed junegunn closed 4 months ago

junegunn commented 4 months ago

If you prefer the old layout, use the following configuration:

let g:plug_window = 'vertical topleft new'
let g:plug_pwindow = 'above 12new'