105 Star 1K Fork 74

GVPSpaceVim / SpaceVim

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ginit.vim 714 Bytes
一键复制 编辑 原始数据 按行查看 历史
wsdjeg 提交于 2023-03-26 13:44 . chore(copyright): update copyright
"=============================================================================
" ginit.vim --- Entry file for neovim-qt
" Copyright (c) 2016-2023 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
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/spacevim/SpaceVim.git
git@gitee.com:spacevim/SpaceVim.git
spacevim
SpaceVim
SpaceVim
master

搜索帮助