Skip to content

Commit

Permalink
chore(vim): Install plugins automatically
Browse files Browse the repository at this point in the history
Users don't need to run Jetpack manually.
  • Loading branch information
5ouma committed Aug 31, 2024
1 parent 6c85f9a commit 892e6dc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/vim/.config/vim/plugins.vim
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ Jetpack 'vim-scripts/vim-auto-save'
Jetpack 'vimpostor/vim-lumen'
silent! call jetpack#end()

for name in jetpack#names()
if !jetpack#tap(name)
call jetpack#sync()
break
endif
endfor

"============================================================[ Settings ]============================================================"

" any-jump
Expand Down

0 comments on commit 892e6dc

Please sign in to comment.