mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-23 09:21:26 +08:00
Merge branch 'master' of https://github.com/SpaceVim/SpaceVim
This commit is contained in:
commit
5e675e989f
@ -1,10 +1,10 @@
|
|||||||
[](https://spacevim.org/cn/)
|
[](https://spacevim.org/cn/)
|
||||||
|
|
||||||
[](https://gitter.im/SpaceVim/cn)
|
[](https://gitter.im/SpaceVim/cn)
|
||||||
[](https://travis-ci.org/SpaceVim/SpaceVim)
|
[](https://travis-ci.org/SpaceVim/SpaceVim)
|
||||||
[](https://ci.appveyor.com/project/wsdjeg/spacevim/branch/master)
|
[](https://ci.appveyor.com/project/wsdjeg/spacevim/branch/master)
|
||||||
[](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master)
|
[](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master)
|
||||||
[](https://github.com/SpaceVim/SpaceVim/releases)
|
[](https://github.com/SpaceVim/SpaceVim/releases)
|
||||||
[](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE)
|
[](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE)
|
||||||
|
|
||||||
SpaceVim 是一个社区驱动的模块化 Vim/Neovim 配置集合,以模块的方式组织管理插件以
|
SpaceVim 是一个社区驱动的模块化 Vim/Neovim 配置集合,以模块的方式组织管理插件以
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
[](https://travis-ci.org/SpaceVim/SpaceVim)
|
[](https://travis-ci.org/SpaceVim/SpaceVim)
|
||||||
[](https://ci.appveyor.com/project/wsdjeg/spacevim/branch/master)
|
[](https://ci.appveyor.com/project/wsdjeg/spacevim/branch/master)
|
||||||
[](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master)
|
[](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master)
|
||||||

|

|
||||||
[](LICENSE)
|
[](LICENSE)
|
||||||
[](doc/SpaceVim.txt)
|
[](doc/SpaceVim.txt)
|
||||||
|
|
||||||
|
@ -5,10 +5,10 @@ lang: zh
|
|||||||
---
|
---
|
||||||
|
|
||||||
[](https://gitter.im/SpaceVim/cn)
|
[](https://gitter.im/SpaceVim/cn)
|
||||||
[](https://travis-ci.org/SpaceVim/SpaceVim)
|
[](https://travis-ci.org/SpaceVim/SpaceVim)
|
||||||
[](https://ci.appveyor.com/project/wsdjeg/spacevim/branch/master)
|
[](https://ci.appveyor.com/project/wsdjeg/spacevim/branch/master)
|
||||||
[](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master)
|
[](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master)
|
||||||
[](https://github.com/SpaceVim/SpaceVim/releases)
|
[](https://github.com/SpaceVim/SpaceVim/releases)
|
||||||
[](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE)
|
[](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE)
|
||||||
|
|
||||||

|

|
||||||
|
@ -413,13 +413,13 @@ enable_guicolors = false
|
|||||||
|
|
||||||
### Font
|
### Font
|
||||||
|
|
||||||
The default font used by SpaceVim is [SauceCodePro Nerd Font Mono](https://github.com/ryanoasis/nerd-fonts/releases/download/v2.0.0/SourceCodePro.zip).
|
The default font used by SpaceVim is [SourceCodePro Nerd Font Mono](https://github.com/ryanoasis/nerd-fonts/releases/download/v2.0.0/SourceCodePro.zip).
|
||||||
It is recommended to install it on your system if you wish to use it.
|
It is recommended to install it on your system if you wish to use it.
|
||||||
|
|
||||||
To change the default font set the variable `guifont` in your `~/.SpaceVim.d/init.toml` file. By default its value is:
|
To change the default font set the variable `guifont` in your `~/.SpaceVim.d/init.toml` file. By default its value is:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
guifont = "SauceCodePro Nerd Font Mono:h11"
|
guifont = "SourceCodePro Nerd Font Mono:h11"
|
||||||
```
|
```
|
||||||
|
|
||||||
If the specified font is not found, the fallback one will be used (depends on your system).
|
If the specified font is not found, the fallback one will be used (depends on your system).
|
||||||
|
@ -4,10 +4,10 @@ description: "SpaceVim is a community-driven vim distribution that seeks to prov
|
|||||||
---
|
---
|
||||||
|
|
||||||
[](https://gitter.im/SpaceVim/SpaceVim)
|
[](https://gitter.im/SpaceVim/SpaceVim)
|
||||||
[](https://travis-ci.org/SpaceVim/SpaceVim)
|
[](https://travis-ci.org/SpaceVim/SpaceVim)
|
||||||
[](https://ci.appveyor.com/project/wsdjeg/spacevim/branch/master)
|
[](https://ci.appveyor.com/project/wsdjeg/spacevim/branch/master)
|
||||||
[](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master)
|
[](https://codecov.io/gh/SpaceVim/SpaceVim/branch/master)
|
||||||
[](https://github.com/SpaceVim/SpaceVim/releases)
|
[](https://github.com/SpaceVim/SpaceVim/releases)
|
||||||
[](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE)
|
[](https://github.com/SpaceVim/SpaceVim/blob/master/LICENSE)
|
||||||
|
|
||||||

|

|
||||||
|
Loading…
x
Reference in New Issue
Block a user