Minor corrections to font installer, added .vimrc
This commit is contained in:
@@ -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()
|
||||
Reference in New Issue
Block a user