Add vimrc

This commit is contained in:
Spotlight 2018-08-03 13:12:25 -05:00
parent bd9808d470
commit 7e229d587f
No known key found for this signature in database
GPG key ID: 1677AD4E8EBBBC56

8
vimrc Normal file
View file

@ -0,0 +1,8 @@
set nocompatible
filetype off
syntax on
set number
filetype plugin indent on
" vim-airline
let g:airline_powerline_fonts = 1