Fix documentation
This commit is contained in:
parent
bc2d1772a2
commit
de82d40911
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user