diff options
-rw-r--r-- | init.vim | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -44,7 +44,9 @@ Plug 'git://git.josher.dev/fieldmarshal.vim.git' if has('rneovim') Plug 'git://git.josher.dev/rneovim-userregs.git' endif -Plug 'git@git.josher.dev:config.vim.git', { 'dir': g:plug_home . '/config.vim' } +Plug 'git@git.josher.dev:config.vim.git', + \ { 'dir': g:plug_home . '/config.vim', + \ 'do': 'so ~/.config/nvim/init.vim | PlugInstall' } call plug#end() |