mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
8 lines
168 B
VimL
8 lines
168 B
VimL
" Base16 Vim
|
|
" https://github.com/chriskempson/base16-vim
|
|
|
|
if filereadable(expand("~/.vimrc_background"))
|
|
let base16colorspace=256
|
|
source ~/.vimrc_background
|
|
endif
|