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

海盗湾的船 / SpaceVim
暂停

forked from SpaceVim / SpaceVim 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ginit.vim 784 Bytes
一键复制 编辑 原始数据 按行查看 历史
wsdjeg 提交于 2020-05-09 22:21 . Fix ginit (#3495)
"=============================================================================
" ginit.vim --- Entry file for neovim-qt
" Copyright (c) 2016-2019 Wang Shidong & Contributors
" Author: Wang Shidong < wsdjeg at 163.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/xtaens/SpaceVim.git
git@gitee.com:xtaens/SpaceVim.git
xtaens
SpaceVim
SpaceVim
master

搜索帮助