commit 746b501d9683d79a779d5b377984d049c518d159
parent 8628f8c09680ad9da4909cec793dff67ae58ea54
Author: Alex Balgavy <alex@balgavy.eu>
Date: Mon, 11 Apr 2022 16:47:23 +0200
vim: get documentation for vim-plug
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/vim/vimrc b/vim/vimrc
@@ -10,6 +10,9 @@ if empty(glob('~/.vim/autoload/plug.vim'))
endif
call plug#begin('~/.vim/plugged')
+" To get documentation on vim-plug
+Plug 'junegunn/vim-plug'
+
" Vim tester
Plug 'junegunn/vader.vim'