Skip to content

Commit 010fe68

Browse files
committed
Fixed the path of vim-markdown in the readme file
1 parent 5d11b23 commit 010fe68

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ I recommend reading the docs of these plugins to understand them better. Each pl
122122
* [vim-coffee-script](https://github.com/kchmck/vim-coffee-script)
123123
* [vim-less](https://github.com/groenewege/vim-less)
124124
* [vim-bundle-mako](https://github.com/sophacles/vim-bundle-mako)
125-
* [vim-markdown](https://github.com/tpope/vim-markdown)
125+
* [vim-markdown](https://github.com/plasticboy/vim-markdown)
126126
* [nginx.vim](https://github.com/vim-scripts/nginx.vim): Highlights configuration files for nginx
127127
* [rust.vim](https://github.com/rust-lang/rust.vim)
128128
* [vim-ruby](https://github.com/vim-ruby/vim-ruby)

update_plugins.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
vim-colors-solarized https://github.com/altercation/vim-colors-solarized
3333
vim-indent-object https://github.com/michaeljsmith/vim-indent-object
3434
vim-less https://github.com/groenewege/vim-less
35-
vim-markdown https://github.com/plasticboy/vim-markdown
3635
vim-pyte https://github.com/therubymug/vim-pyte
3736
vim-snipmate https://github.com/garbas/vim-snipmate
3837
vim-snippets https://github.com/honza/vim-snippets

0 commit comments

Comments
 (0)