Minor corrections to font installer, added .vimrc

This commit is contained in:
2016-04-04 00:52:48 +01:00
parent f67f24fda5
commit 958bfc3db2
2 changed files with 16 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
filetype plugin indent on
syntax on
set number
" Plugin Begin
call plug#begin()
Plug 'pangloss/vim-javascript'
Plug 'tpope/vim-markdown'
Plug 'scrooloose/syntastic'
call plug#end()