Add the plugin manager address to a comment
authorLukas Jiriste <ljiriste@student.42prague.com>
Fri, 3 Jan 2025 11:37:18 +0000 (12:37 +0100)
committerLukas Jiriste <ljiriste@student.42prague.com>
Fri, 3 Jan 2025 11:37:18 +0000 (12:37 +0100)
vim/.vimrc

index bc0ddd2c6b424e05a057f06a7d81c6b274f70580..1b75e75a7b33cfd7990bc3c956f03e4d67120765 100644 (file)
@@ -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.