mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 07:46:58 +00:00
5 lines
163 B
VimL
5 lines
163 B
VimL
let s:dir = expand('<sfile>:p:h').(!exists("+shellslash") || &shellslash ? '/' : '\')
|
|
set background=dark
|
|
execute "source" s:dir."solarized8_flat.vim"
|
|
unlet s:dir
|