SpaceVimTutorial
SpaceVimTutorial copied to clipboard
[Deprecated] SpaceVim入门教程
Results
1
SpaceVimTutorial issues
Sort by
recently updated
recently updated
newest added
字体配置文件
1
[原文](https://everettjf.gitbooks.io/spacevimtutorial/content/install/6.html)中的 > 对于MacVim,安装后在配置文件中加入: > ``` > let g:spacevim_guifont='Knack\ Nerd\ Font:h12' > ``` 在新版本的 SpaceVim 和 Nerd 字体中应该改为 > 对于MacVim,安装后在配置文件(`~/.SpaceVim.d/init.toml`)中的 options 节中加入: > ``` > guifont = "Hack Nerd Font:h12" >...