Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 263473d

Browse files
Comment fix
1 parent 156145e commit 263473d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vimrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
" VIM Configuration
2-
" SJ - 14 Feb 2017
2+
" SJ - 15 Feb 2017
33

44
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
55
" => General
@@ -8,7 +8,7 @@
88
" to enjoy the features of Vim
99
set nocompatible
1010

11-
Auto-install vim-plug if not installed
11+
" Auto-install vim-plug if not installed
1212
if has('unix') || has('macunix')
1313
if empty(glob('~/.vim/autoload/plug.vim'))
1414
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs

0 commit comments

Comments
 (0)