Putting all these plugins together you get the following file
call plug#begin()
" themes
Plug 'nanotech/jellybeans.vim'
Plug 'arcticicestudio/nord-vim'
" general stuff
Plug 'preservim/nerdtree'
Plug 'ctrlpvim/ctrlp.vim'
Plug 'bling/vim-airline'
Plug 'chiel92/vim-autoformat'
Plug 'tpope/vim-fugitive'
Plug 'neoclide/jsonc.vim'
call plug#end()
But one plugin is still missing in this list, but it will be discused within an own section.