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

echo99 / SpaceVim
暂停

forked from SpaceVim / SpaceVim 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ginit.vim 785 Bytes
一键复制 编辑 原始数据 按行查看 历史
wsdjeg 提交于 2020-09-19 16:19 . Update file head (#3379)
"=============================================================================
" ginit.vim --- Entry file for neovim-qt
" Copyright (c) 2016-2020 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg@outlook.com >
" URL: https://spacevim.org
" License: GPLv3
"=============================================================================
if exists('g:GuiLoaded')
if exists('g:spacevim_guifont') && !empty(g:spacevim_guifont)
exe 'Guifont! ' . g:spacevim_guifont
else
exe 'Guifont! SauceCodePro Nerd Font Mono:h11:cANSI:qDRAFT'
endif
" As using neovim-qt by default
" Disable gui popupmenu
if exists(':GuiPopupmenu') == 2
GuiPopupmenu 0
endif
" Disbale gui tabline
if exists(':GuiTabline') == 2
GuiTabline 0
endif
endif
" vim:set et sw=2:
VimL
1
https://gitee.com/echo99/SpaceVim.git
git@gitee.com:echo99/SpaceVim.git
echo99
SpaceVim
SpaceVim
master

搜索帮助