File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,18 @@ This repository contains snippets files for [AngularJS](http://angularjs.org/) i
1212
1313### UltiSnip
1414 - ` git submodule add git@github.com:matthewsimo/angular-vim-snippets.git /path/you/want/it/ `
15- - add ` ./UltiSnip ` it do your list of ` g:UltiSnipsSnippetDirectories ` and you should be set
15+ - add ` ./UltiSnip ` to your list of ` g:UltiSnipsSnippetDirectories ` and you should be set
1616
1717### Snipmate
1818
1919 - ` git submodule add git@github.com:matthewsimo/angular-vim-snippets.git /path/you/want/it/ `
20- - add ` ./snippets ` it do your VIM * 'runtimepath'* or * 'rtp'*
20+ - add ` ./snippets ` to your VIM * 'runtimepath'* or * 'rtp'*
2121 - e.g. ` rtp/snippets/<filetype>/*.snippets `
2222
23+ ### NeoSnippets
24+
25+ - ` git submodule add git@github.com:matthewsimo/angular-vim-snippets.git /path/you/want/it/ `
26+ - add ` ./snippets ` to ` g:neosnippet#snippets_directory `
2327
2428## Contributing
2529
You can’t perform that action at this time.
0 commit comments