Fix documentation

This commit is contained in:
Shougo Matsushita 2014-02-24 08:26:55 +09:00
parent bc2d1772a2
commit de82d40911
1 changed files with 4 additions and 2 deletions

View File

@ -60,8 +60,10 @@ Default snippets files are available in neosnippet-snippets.
https://github.com/Shougo/neosnippet-snippets
Note: Installing the default snippets is optional. If you choose not to install
them, you must disable finding snippets by giving 1 to
|g:neosnippet#disable_runtime_snippets|.
them, you must set |g:neosnippet#disable_runtime_snippets|. >
let g:neosnippet#disable_runtime_snippets = {
\ '_' : 1,
\ }
Extra snippets files are also available. e.g.:
https://github.com/honza/vim-snippets