Add in a basic vimrc for pinpointing issues.

This commit is contained in:
Michael Welford 2018-08-29 14:51:21 +09:30
parent 795616d630
commit 830b61968a

16
.vimrc_check Normal file
View File

@ -0,0 +1,16 @@
set nocompatible " disable compatibility with vi
syntax enable "enable syntax highlighting
" Assumes vim-plug is installed.
call plug#begin()
Plug 'fenetikm/falcon'
call plug#end()
"enable 24bit support.
set termguicolors
" enables the active / inactive functionality.
let g:falcon_background = 0
let g:falcon_inactive = 1
colorscheme falcon