We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
原文中的
对于MacVim,安装后在配置文件中加入: let g:spacevim_guifont='Knack\ Nerd\ Font:h12'
对于MacVim,安装后在配置文件中加入:
let g:spacevim_guifont='Knack\ Nerd\ Font:h12'
在新版本的 SpaceVim 和 Nerd 字体中应该改为
对于MacVim,安装后在配置文件(~/.SpaceVim.d/init.toml)中的 options 节中加入: guifont = "Hack Nerd Font:h12"
对于MacVim,安装后在配置文件(~/.SpaceVim.d/init.toml)中的 options 节中加入:
~/.SpaceVim.d/init.toml
guifont = "Hack Nerd Font:h12"
The text was updated successfully, but these errors were encountered:
多谢。近期(预计7月份)我会根据最新版本的SpaceVim更新下这本电子书
Sorry, something went wrong.
No branches or pull requests
原文中的
在新版本的 SpaceVim 和 Nerd 字体中应该改为
The text was updated successfully, but these errors were encountered: