SpaceVim的基本安裝和常見問題

zhuxiaoxi發表於2018-02-08

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

相關文章