From: Lukas Jiriste Date: Fri, 3 Jan 2025 11:37:18 +0000 (+0100) Subject: Add the plugin manager address to a comment X-Git-Url: https://git.ljiriste.work/?a=commitdiff_plain;h=92e94e8abac4998563cf5011eedf24546157fc57;p=dotfiles.git Add the plugin manager address to a comment --- diff --git a/vim/.vimrc b/vim/.vimrc index bc0ddd2..1b75e75 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -1,4 +1,5 @@ " Plugins will be downloaded under the specified directory. +" The Plugin manager project is on https://github.com/junegunn/vim-plug call plug#begin(has('nvim') ? stdpath('data') . '/plugged' : '~/.vim/plugged') " Declare the list of plugins.