当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 6

samfisher/SpaceVim
暂停

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ginit.vim 856 Bytes
一键复制 编辑 原始数据 按行查看 历史
wsdjeg 提交于 2018-03-18 16:31 . Fix default colorscheme
"=============================================================================
" ginit.vim --- Entry file for neovim-qt
" Copyright (c) 2016-2017 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================
if exists('g:GuiLoaded')
if empty(g:spacevim_guifont)
exe 'Guifont! DejaVu Sans Mono for Powerline:h11:cANSI:qDRAFT'
else
exe 'Guifont! ' . g:spacevim_guifont
endif
if g:spacevim_colorscheme !=# '' "{{{
try
exec 'set background=' . g:spacevim_colorscheme_bg
exec 'colorscheme ' . g:spacevim_colorscheme
catch
exec 'colorscheme '. g:spacevim_colorscheme_default
endtry
else
exec 'colorscheme '. g:spacevim_colorscheme_default
endif
endif
" vim:set et sw=2:
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
VimL
1
https://gitee.com/whd/SpaceVim.git
[email protected]:whd/SpaceVim.git
whd
SpaceVim
SpaceVim
master

搜索帮助