SpaceVim - 一個模塊化加載的vim配置

SpaceVim 中文手冊

Build StatusVersion 0.2.0-devMIT LicenseDoc
QQGitterFacebook

GitHub watchersGitHub starsGitHub forksTwitter Follow

2017-04-29-20 54 49

項 目 主 頁: spacevim.orggit

Github 地址 : SpaceVim GitHub, 歡迎Star或fork。github

SpaceVim 是一個社區驅動的模塊化 vim/neovim 配置集合,其中包含了多種功能模塊,而且針對 neovim 作了功能優化。spacevim 有多種功能模塊可供選擇,用戶只須要選擇須要的模塊,就能夠配置出一個適合本身的開發環境。vim

使用過程當中遇到問題或者有什麼功能需求能夠在 github 提交 issue,這將更容易被關注和修復。咱們也歡迎喜歡 vim/neovim 的用戶加入咱們的 QQ 羣,一塊兒討論 vim 相關的技巧,點擊加入Vim/SpaceVim用戶羣windows

如下是近幾周的開發彙總:緩存

Throughput Graph

目錄
安裝
更新
特性
用戶配置bash

安裝

Linux 或 Mac 下 SpaceVim的安裝很是簡單,只須要執行如下命令便可:markdown

curl -sLf https://spacevim.org/install.sh | bash

想要獲取更多的自定義的安裝方式,請參考:curl

curl -sLf https://spacevim.org/install.sh | bash -s -- -h

SpaceVim是一種模塊化配置,能夠運行在vim或者neovim上,關於vim以及neovim的安裝,請參考如下連接:ide

安裝neovim模塊化

從源碼編譯vim

windows系統下的安裝步驟:

Windows 下 vim 用戶只須要將本倉庫克隆成用戶 HOME 目錄下的 vimfiles 便可,打開 CMD 默認的目錄默認即爲 HOME 目錄,只須要執行以下命令便可:

git clone https://github.com/SpaceVim/SpaceVim.git vimfiles

Windows 下 neovim 用戶 須要將本倉庫克隆成用戶 HOME 目錄下的 AppDataLocalnvim,想要獲取跟多關於 neovim 安裝相關的知識,能夠訪問 neovim 的 wiki, wiki 寫的很是詳細。打開 CMD 初始目錄默認通常即爲 HOME 目錄,只須要執行以下命令便可:

git clone https://github.com/SpaceVim/SpaceVim.git AppData\Local\nvim

字體

SpaceVim 默認啓用了Powerline 字體,默認的的字體文件是:DejaVu Sans Mono, Windows 用戶直接下載下來右鍵安裝便可。

vimproc.dll

Windows 下用戶若是不方便編譯,能夠在qq羣文件裏面下載相應的dll文件放到vimproc
的lib目錄,默認是 ~/.cache/vimfiles/repos/github.com/Shougo/vimproc.vim/lib/

特性

優雅的界面

SpaceVim 的默認界包括 tagbar 、vimfiler 、以及 airline 界面,配色主題採用的 gruvbox。

UI

Unite爲主的工做平臺

Unite 的快捷鍵前綴是f, 能夠經過 g:spacevim_unite_leader 來設定,快捷鍵無需記憶,SpaceVim 有很好的快捷鍵輔助機制,以下是 Unite 的快捷鍵鍵圖:

unite

自動補全

SpaceVim 採用最快補全引擎 deoplete, 該引擎不一樣與YouCompleteMe的主要一點是支持多源補全,而不僅僅是語義補全。 並且補全來源拓展很是方便。

細緻的tags管理

用戶配置

SpaceVim 將從 ~/.SpaceVim.d/init.vim 和當前目錄的 ./SpaceVim.d/init.vim 載入配置,而且更新 rtp,用戶能夠在 ~/.SpaceVim.d/ 和 .SpaceVim.d/ 這兩個文件夾下編輯本身的腳本,和 SpaceVim 的配置文件。

示例:

" Here are some basic customizations,
" please refer to the ~/.SpaceVim.d/init.vim
" file for all possible options:
let g:spacevim_default_indent = 3
let g:spacevim_max_column     = 80

" Change the default directory where all miscellaneous persistent files go.
" By default it is ~/.cache/vimfiles/.
let g:spacevim_plugin_bundle_dir = '~/.cache/vimfiles/'

" set SpaceVim colorscheme
let g:spacevim_colorscheme = 'jellybeans'

" Set plugin manager, you want to use, default is dein.vim
let g:spacevim_plugin_manager = 'dein'  " neobundle or dein or vim-plug

" use space as `<Leader>`
let mapleader = "\<space>"

" Set windows shortcut leader [Window], default is `s`
let g:spacevim_windows_leader = 's'

" Set unite work flow shortcut leader [Unite], default is `f`
let g:spacevim_unite_leader = 'f'

" By default, language specific plugins are not loaded. This can be changed
" with the following, then the plugins for go development will be loaded.
call SpaceVim#layers#load('lang#go')

" loaded ui layer
call SpaceVim#layers#load('ui')

" If there is a particular plugin you don't like, you can define this
" variable to disable them entirely:
let g:spacevim_disabled_plugins=[
    \ ['junegunn/fzf.vim'],
    \ ]

" If you want to add some custom plugins, use these options:
let g:spacevim_custom_plugins = [
    \ ['plasticboy/vim-markdown', {'on_ft' : 'markdown'}],
    \ ['wsdjeg/GitHub.vim'],
    \ ]

" set the guifont
let g:spacevim_guifont = 'DejaVu\ Sans\ Mono\ for\ Powerline\ 11'

SpaceVim選項

選項名稱 默認值 描述
g:spacevim_default_indent 2 對齊空格
g:spacevim_enable_guicolors 1 啓用/禁用終端使用真色彩
g:spacevim_windows_leader s 窗口管理快捷鍵前綴
g:spacevim_unite_leader f Unite快捷鍵前綴
g:spacevim_plugin_bundle_dir ~/.cache/vimfiles 默認插件緩存位置
g:spacevim_realtime_leader_guide 0 啓用/禁用實時快捷鍵提示
g:spacevim_guifont '' 設置SpaceVim字體
g:spacevim_sidebar_width 30 設置邊欄寬度,文件樹以及語法樹
g:spacevim_custom_plugins [] 設置自定義插件
相關文章
相關標籤/搜索