Skip to content

Commit d68886a

Browse files
committed
add recommended javascript indent file.
1 parent 7271687 commit d68886a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ To enable code folding add the following to your `.vimrc`.
1919
au FileType javascript call JavaScriptFold()
2020

2121
###Note
22-
This is a syntax plugin, not an indentation one. For indentation, you need to add another plugin
23-
(as mentioned [here](https://github.com/jelera/vim-javascript-syntax/issues/22#issuecomment-19917301)).
22+
This is a syntax plugin, not an indentation one. For indentation, this is the [recommended one](https://github.com/vim-scripts/JavaScript-Indent) by Preston Koprivica.
2423

2524
###TODO
2625
You can help me improve it too.

0 commit comments

Comments
 (0)