From 92e94e8abac4998563cf5011eedf24546157fc57 Mon Sep 17 00:00:00 2001 From: Lukas Jiriste Date: Fri, 3 Jan 2025 12:37:18 +0100 Subject: [PATCH] Add the plugin manager address to a comment --- vim/.vimrc | 1 + 1 file changed, 1 insertion(+) 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. -- 2.30.2