From 7a607a87e223149689cebd1ce5e3c58efe9efd57 Mon Sep 17 00:00:00 2001 From: Jose Elera Date: Mon, 9 Dec 2013 13:03:27 -0600 Subject: [PATCH] Update README highlights 3rd party plugins --- README.markdown | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 8ffdb8c..ae17fa8 100644 --- a/README.markdown +++ b/README.markdown @@ -45,9 +45,10 @@ Bundle 'jelera/vim-javascript-syntax' git clone https://github.com/jelera/vim-javascript-syntax.git ~/.vim/bundle/vim-javascript-syntax ``` ### Suggested Companion Plugins -- Indentation, can be achieved with [Javascript-Indent](https://github.com/vim-scripts/JavaScript-Indent) by Preston Koprivica. -- Autocompletion by [Tern for Vim](https://github.com/marijnh/tern_for_vim) -- Popular third-party libraries like jQuery, YUI, Prototype, by [javascript-libraries-syntax](https://github.com/othree/javascript-libraries-syntax.vim) +- **Indentation**, can be achieved with [Javascript-Indent](https://github.com/vim-scripts/JavaScript-Indent) by Preston Koprivica. On my testing, it has proved to be the most capable and also indents HTML and JS inside HTML. +The project is unmaintained for now, but you could fork it and improve upon it. +- **Autocompletion** by [Tern for Vim](https://github.com/marijnh/tern_for_vim) +- Popular **third-party libraries support** like jQuery, YUI, Prototype, by [javascript-libraries-syntax](https://github.com/othree/javascript-libraries-syntax.vim) ### Contributions Always welcome, make sure your commit message should follow this