falcon/.vimrc_check
2018-08-29 14:51:21 +09:30

17 lines
346 B
Plaintext

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