SpaceVim的基本安装和常见问题

SpaceVim官网:https://spacevim.org/
SpaceVim中文官网:http://spacevim.org/cn/
SpaceVim的Github页面:https://github.com/SpaceVim/SpaceVim

安装SpaceVim

  • 为Vim和neoVim安装SpaceVim
curl -sLf https://spacevim.org/install.sh | bash
  • 为Vim或neoVim安装SpaceVim
curl -sLf https://spacevim.org/install.sh | bash -s -- --install vim
curl -sLf https://spacevim.org/install.sh | bash -s -- --install neovim
  • 卸载SpaceVim
curl -sLf https://spacevim.org/install.sh | bash -s -- --uninstall
  • 更多帮助
curl -sLf https://spacevim.org/install.sh | bash -s -- -h

常见问题

powerline显示不正常

  • SpaveVim使用的默认字体是DejaVu Sans Mono for Powerline,你需要安装并使用他作为SpaceVim字体显示。
    这个字体确实好看,我已经将它设置为Term的默认字体了。

有无法正常显示的字符

笔者安装后,Linux Logo无法正常显示,显示成E712的Tofu

posted @ 2018-02-08 21:08  zhuxiaoxi  阅读(18217)  评论(4编辑  收藏  举报