mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 15:57:02 +00:00
6 lines
160 B
VimL
6 lines
160 B
VimL
let s:dir = expand('<sfile>:p:h').(!exists("+shellslash") || &shellslash ? '/' : '\')
|
|
set background=light
|
|
execute "source" s:dir."solarized8.vim"
|
|
unlet s:dir
|
|
|