From 3478379f5b636b03920faf3884256c0eacad4eb1 Mon Sep 17 00:00:00 2001 From: Lucas Noki Date: Tue, 7 Jan 2020 16:29:48 +0100 Subject: [PATCH] Put vimplug URL into json file --- modules/vim/vimrc_conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/vim/vimrc_conf.json b/modules/vim/vimrc_conf.json index d09286d..8271c78 100644 --- a/modules/vim/vimrc_conf.json +++ b/modules/vim/vimrc_conf.json @@ -1,5 +1,5 @@ { - "pluginmanager_url": "", + "pluginmanager_url": "https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim", "plugins": { "Colorschemes": "Plug 'https://github.com/rafi/awesome-vim-colorschemes.git'", "Unix Operations": "Plug 'https://github.com/tpope/vim-eunuch.git'",