1. Install vim-plug (
https://github.com/junegunn/vim-plug), all of the following plugins can be installed using this.
2. Install nerdtree for a nice filetree (preservim/nerdtree)
3. Install auto-pairs for better brackets (jiangmaio/auto-pairs)
4. Install coc.nvim for autocompletion (neoclide/coc.nvim)
5. Install the vim-code-dark theme (tomasiser/vim-code-dark)
6. Install vim-airline for a nice looking statusline (vim-airline/vim-airline)
7. Add inoremap <silent><expr> <tab> coc#pum#visible() ? coc#_select_confirm() : "\<C-g>u\<TAB>" in your init.vimto use tab completion in coc
8. Enjoy Neovim: The VSCode Experience
(Thanks to hmm... for making the basis for this)