Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
L0stSoul committed Sep 16, 2016
1 parent ae4067d commit d9090f3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,16 @@ Provides full integration wit git.

#### Advanced javascript features —[Tern for Vim](https://github.com/marijnh/tern_for_vim)
Provides advanced javascript features like Smart variable rename, Find variable references, and Go to variable. If you use `.ternconf` — it'll improve autocompletion in your js files as well.


#### Improved syntax higlighting
* *Javascript* — [vim-javascript-syntax](https://github.com/jelera/vim-javascript-syntax)
* *JSX* — [vim-jsx](https://github.com/mxw/vim-jsx)
* *JSON* — [vim-json](https://github.com/elzr/vim-json)
* *CSS3* — [vim-css3-syntax](https://github.com/hail2u/vim-css3-syntax)
* *Stylus* — [vim-stylus](https://github.com/wavded/vim-stylus)
* *Markdown* — [vim-markdown](https://github.com/tpope/vim-markdown)

#### Improved editing
* [DelimitMate](https://github.com/Raimondi/delimitMate)— provides automatic closing of quotes, parenthesis, brackets, etc., also has some other related features that will make your time in insert mode a little bit easier.
* [tcomment](https://github.com/tomtom/tcomment_vim)— tcomment provides easy-to-use, file-type sensible comments for Vim. It can handle embedded syntax.
Expand Down

0 comments on commit d9090f3

Please sign in to comment.