Use vim-snippets instead of snipmate-snippets

This commit is contained in:
Ben van de Sande 2013-04-05 21:41:16 +03:00 committed by benvds
parent cd62c855bf
commit 6556d669a5
2 changed files with 2 additions and 2 deletions

2
.vimrc
View File

@ -532,7 +532,7 @@
let g:neocomplcache_omni_patterns.ruby = '[^. *\t]\.\h\w*\|\h\w*::'
" Use honza's snippets.
let g:neosnippet#snippets_directory='~/.vim/bundle/snipmate-snippets/snippets'
let g:neosnippet#snippets_directory='~/.vim/bundle/vim-snippets/snippets'
" Enable neosnippet snipmate compatibility mode
let g:neosnippet#enable_snipmate_compatibility = 1

View File

@ -411,7 +411,7 @@ Terminal emulator colorschemes:
## Snippets
It also contains a very complete set of [snippets](http://github.com/spf13/snipmate-snippets) for use with snipmate or [NeoComplCache].
It also contains a very complete set of [snippets](http://github.com/spf13/vim-snippets) for use with snipmate or [NeoComplCache].
# Intro to VIM