From f41f5c87da45e145a062d64659ea426434256bb6 Mon Sep 17 00:00:00 2001 From: Prabir Shrestha Date: Fri, 10 Feb 2017 23:01:30 -0800 Subject: [PATCH] fixed neosnippet url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d3c975..314f11c 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ asyncomplete.vim deliberately does not contain any sources. Please use one of th * Buffer via [asyncomplete-buffer.vim](https://github.com/prabirshrestha/asyncomplete-buffer.vim) * Go via [asyncomplete-gocode.vim](https://github.com/prabirshrestha/asyncomplete-gocode.vim) -* [Neosnippet](https://github.com/Shougo/neosnippet.vims) via [asyncomplete-neosnippet.vim](https://github.com/prabirshrestha/asyncomplete-neosnippet.vim) +* [Neosnippet](https://github.com/Shougo/neosnippet.vim) via [asyncomplete-neosnippet.vim](https://github.com/prabirshrestha/asyncomplete-neosnippet.vim) * [UltiSnips](https://github.com/SirVer/ultisnips) via [asyncomplete-ultisnips.vim](https://github.com/prabirshrestha/asyncomplete-ultisnips.vim) * Typescript via [asyncomplete-tscompletejob.vim](https://github.com/prabirshrestha/asyncomplete-tscompletejob.vim) * *can't find what you are looking for? write one instead an send a PR to be included here*