projects
/
dotfiles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
802b374
)
Add the plugin manager address to a comment
author
Lukas Jiriste
<ljiriste@student.42prague.com>
Fri, 3 Jan 2025 11:37:18 +0000
(12:37 +0100)
committer
Lukas Jiriste
<ljiriste@student.42prague.com>
Fri, 3 Jan 2025 11:37:18 +0000
(12:37 +0100)
vim/.vimrc
patch
|
blob
|
history
diff --git
a/vim/.vimrc
b/vim/.vimrc
index bc0ddd2c6b424e05a057f06a7d81c6b274f70580..1b75e75a7b33cfd7990bc3c956f03e4d67120765 100644
(file)
--- 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.