mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-16 03:55:41 +08:00
Add snippet doc
This commit is contained in:
parent
04626b9e4d
commit
1b801d51f9
@ -13,7 +13,10 @@
|
|||||||
" @subsection snippet
|
" @subsection snippet
|
||||||
" SpaceVim use neosnippet as default snippet engine, and the default snippets
|
" SpaceVim use neosnippet as default snippet engine, and the default snippets
|
||||||
" is `Shougo/neosnippet-snippets`. for more information, please read
|
" is `Shougo/neosnippet-snippets`. for more information, please read
|
||||||
" |neosnippet|.
|
" |neosnippet|. neosnippet support custtom snippets, and the default snippets
|
||||||
|
" directory is `~/.SpaceVim.d/snippets/` and if
|
||||||
|
" g:spacevim_force_global_config = 1, SpaceVim will not append
|
||||||
|
" `./.SpaceVim.d/snippets` as default snippets directory.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -260,6 +260,9 @@ see |g:spacevim_enable_ycm|.
|
|||||||
SNIPPET
|
SNIPPET
|
||||||
SpaceVim use neosnippet as default snippet engine, and the default snippets is
|
SpaceVim use neosnippet as default snippet engine, and the default snippets is
|
||||||
`Shougo/neosnippet-snippets`. for more information, please read |neosnippet|.
|
`Shougo/neosnippet-snippets`. for more information, please read |neosnippet|.
|
||||||
|
neosnippet support custtom snippets, and the default snippets directory is
|
||||||
|
`~/.SpaceVim.d/snippets/` and if g:spacevim_force_global_config = 1, SpaceVim
|
||||||
|
will not append `./.SpaceVim.d/snippets` as default snippets directory.
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
COLORSCHEME *SpaceVim-colorscheme*
|
COLORSCHEME *SpaceVim-colorscheme*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user