mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-24 10:47:07 +08:00
Add link of doc into README
This commit is contained in:
parent
632fc52d83
commit
f682872020
@ -1,5 +1,6 @@
|
|||||||
# SpaceVim
|
# SpaceVim
|
||||||
[](https://travis-ci.org/SpaceVim/SpaceVim)
|
[](https://travis-ci.org/SpaceVim/SpaceVim)
|
||||||
|
[](doc/SpaceVim.txt)
|
||||||
|
|
||||||
Like spacemacs, but for vim. [中文交流群:121056965, 点击加入](https://jq.qq.com/?_wv=1027&k=43DB6SG)
|
Like spacemacs, but for vim. [中文交流群:121056965, 点击加入](https://jq.qq.com/?_wv=1027&k=43DB6SG)
|
||||||
|
|
||||||
|
@ -1,7 +1,12 @@
|
|||||||
scriptencoding utf-8
|
scriptencoding utf-8
|
||||||
function! SpaceVim#init() abort
|
""
|
||||||
"Vim settings
|
" @section Introduction, intro
|
||||||
let g:spacevim_ = get(g:, 'settings', {})
|
" SpaceVim is a modular configuration for vim/neovim plugins.
|
||||||
|
|
||||||
|
""
|
||||||
|
" @section Configuration, config
|
||||||
|
" @plugin(name) is configured by these options.
|
||||||
|
|
||||||
""
|
""
|
||||||
" The default_indent of SpaceVim.
|
" The default_indent of SpaceVim.
|
||||||
let g:spacevim_default_indent = 2
|
let g:spacevim_default_indent = 2
|
||||||
@ -71,7 +76,6 @@ function! SpaceVim#init() abort
|
|||||||
\*.ttf,*.TTF,*.png,*/target/*,
|
\*.ttf,*.TTF,*.png,*/target/*,
|
||||||
\.git,.svn,.hg,.DS_Store'
|
\.git,.svn,.hg,.DS_Store'
|
||||||
|
|
||||||
endfunction
|
|
||||||
|
|
||||||
function! SpaceVim#loadCustomConfig() abort
|
function! SpaceVim#loadCustomConfig() abort
|
||||||
let custom_confs = SpaceVim#util#globpath(getcwd(), '.local.vim')
|
let custom_confs = SpaceVim#util#globpath(getcwd(), '.local.vim')
|
||||||
|
@ -7,7 +7,6 @@ catch
|
|||||||
call zvim#util#source_rc('functions.vim')
|
call zvim#util#source_rc('functions.vim')
|
||||||
endtry
|
endtry
|
||||||
|
|
||||||
call SpaceVim#init()
|
|
||||||
|
|
||||||
call zvim#util#source_rc('init.vim')
|
call zvim#util#source_rc('init.vim')
|
||||||
|
|
||||||
|
@ -3,12 +3,20 @@ wsdjeg *SpaceVim*
|
|||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
CONTENTS *SpaceVim-contents*
|
CONTENTS *SpaceVim-contents*
|
||||||
1. Configuration...........................................|SpaceVim-config|
|
1. Introduction.............................................|SpaceVim-intro|
|
||||||
2. Functions............................................|SpaceVim-functions|
|
2. Configuration...........................................|SpaceVim-config|
|
||||||
|
3. Functions............................................|SpaceVim-functions|
|
||||||
|
|
||||||
|
==============================================================================
|
||||||
|
INTRODUCTION *SpaceVim-intro*
|
||||||
|
|
||||||
|
SpaceVim is a modular configuration for vim/neovim plugins.
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
CONFIGURATION *SpaceVim-config*
|
CONFIGURATION *SpaceVim-config*
|
||||||
|
|
||||||
|
SpaceVim is configured by these options.
|
||||||
|
|
||||||
*g:spacevim_default_indent*
|
*g:spacevim_default_indent*
|
||||||
The default_indent of SpaceVim.
|
The default_indent of SpaceVim.
|
||||||
|
|
||||||
@ -46,6 +54,9 @@ example:
|
|||||||
<
|
<
|
||||||
now Space Vim support these groups:
|
now Space Vim support these groups:
|
||||||
|
|
||||||
|
*g:spacevim_enable_powerline_fonts*
|
||||||
|
enable/disable SpaceVim with powerline symbols.
|
||||||
|
|
||||||
*g:spacevim_hosts_url*
|
*g:spacevim_hosts_url*
|
||||||
The host file url. this option is for chinese users who can not use google and
|
The host file url. this option is for chinese users who can not use google and
|
||||||
twitter.
|
twitter.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user