From 207a46b847552997b76f2468cf466d0f13ce6e4e Mon Sep 17 00:00:00 2001 From: bretello Date: Wed, 8 Dec 2021 23:58:55 +0100 Subject: [PATCH] vim: fix comment --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 3b6b6ad..f653692 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -1,6 +1,6 @@ -" Install all plugins let g:uname = system('uname | tr -d "\n"') " Get platform name (stripping the trailing newline) +" Install all plugins source $DOTFILES/vim/plugs.vim " Sanity