Skip to content

Commit 950b5ee

Browse files
committed
Update README.md
1 parent 8e06d9d commit 950b5ee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ also make your life easier when working with angular projects:
2121

2222
* [pangloss/vim-javascript][vim-javascript] - "Vastly improved Javascript indentation and syntax support in Vim."
2323
* [othree/javascript-libraries-syntax.vim][javascript-libraries-syntax.vim] - "Syntax for JavaScript libraries," including Angular. This is the hotness you want to autocomplete ng-repeat et al. in your html.
24-
* [matthewsimo/angular-vim-snippets][angular-vim-snippets] - "repo for UltiSnips & Snipmate for angular to be included as a submodule for use in your .vim directory." `ngc<tab>` ftw.
24+
* [matthewsimo/angular-vim-snippets][angular-vim-snippets] - "repo for UltiSnips & Snipmate for angular to be included as a submodule for use in your .vim directory." `ngfor<tab>` ftw. The [honza/vim-snippets][vim-snippets] plugin is one library you can use to make this and other library-specific snippets work.
2525
* [claco/jasmine.vim][jasmine.vim] - "Jasmine Plugin for Vim," making your unit testing experience more excellent
2626
* [scrooloose/syntastic.git][syntastic] - "Syntax checking hacks for vim": excellent syntax checking for everything, including javascript and html. Install jshint globally (`npm install -g jshint`) and syntastic will get to work checking your javascript the right way (if your project already has a .jshintrc for use with grunt, it will even use that).
2727

@@ -142,6 +142,7 @@ See `:help license`.
142142
[vim-javascript]: https://github.com/pangloss/vim-javascript
143143
[javascript-libraries-syntax.vim]: https://github.com/othree/javascript-libraries-syntax.vim
144144
[angular-vim-snippets]: https://github.com/matthewsimo/angular-vim-snippets
145+
[vim-snippets]: https://github.com/honza/vim-snippets
145146
[jasmine.vim]: https://github.com/claco/jasmine.vim
146147
[syntastic]: https://github.com/scrooloose/syntastic
147148
[ctags]: http://tbaggery.com/2011/08/08/effortless-ctags-with-git.html

0 commit comments

Comments
 (0)