Skip to content

Commit

Permalink
UI buffer open in a new tab page instead of vertical split.
Browse files Browse the repository at this point in the history
Package installation is a separator thing with current work flow. It's better to open in a new tab page.
  • Loading branch information
Song-Tianxiang authored Apr 21, 2024
1 parent 2ae7300 commit 3127f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/jetpack.vim
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ endif

function! jetpack#initialize_buffer() abort
execute 'silent! bdelete!' bufnr('JetpackStatus')
silent 40vnew +setlocal\ buftype=nofile\ nobuflisted\ nonumber\ norelativenumber\ signcolumn=no\ noswapfile\ nowrap JetpackStatus
silent tabnew +setlocal\ buftype=nofile\ nobuflisted\ nonumber\ norelativenumber\ signcolumn=no\ noswapfile\ nowrap JetpackStatus
syntax clear
syntax match jetpackProgress /^[a-z]*ing/
syntax match jetpackComplete /^[a-z]*ed/
Expand Down

0 comments on commit 3127f9e

Please sign in to comment.