Put local configs in local.lua.
For vscode and vscodevim (https://marketplace.visualstudio.com/items?itemName=vscodevim.vim) add the following to user setting json to pick up the vim configs. Not everything will be picked up but most will.
"vim.vimrc.enable": true,
"vim.vimrc.path": "~/.vimrc"- Install Packer
git clone --depth 1 https://github.com/wbthomason/packer.nvim\ ~/.local/share/nvim/site/pack/packer/start/packer.nvim - Install Vim Plug
curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim cp ~/.config/nvim/.vimrc ~/- Open
nvim ~/.config/nvim/lua/packer.luaand run:so - run
:PackerSync - restart nvim