From 1cd87f45091bf5b6446eab6fc951672513ed3304 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Tue, 1 Dec 2020 19:00:15 -0500 Subject: [PATCH] Comment typo. --- tips.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tips.md b/tips.md index efa7dcf..cfa625c 100644 --- a/tips.md +++ b/tips.md @@ -33,8 +33,8 @@ endif call plug#begin() if exists('g:loaded_plug') - // Uncommment the following line to install documentation - // Plug 'junegunn/vim-plug' + " Uncommment the following line to install documentation + " Plug 'junegunn/vim-plug' call plug#end() endif