Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 156145e commit 263473dCopy full SHA for 263473d
vimrc
@@ -1,5 +1,5 @@
1
" VIM Configuration
2
-" SJ - 14 Feb 2017
+" SJ - 15 Feb 2017
3
4
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
5
" => General
@@ -8,7 +8,7 @@
8
" to enjoy the features of Vim
9
set nocompatible
10
11
- Auto-install vim-plug if not installed
+" Auto-install vim-plug if not installed
12
if has('unix') || has('macunix')
13
if empty(glob('~/.vim/autoload/plug.vim'))
14
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
0 commit comments