Skip to content

sebastienbeau/vim-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-javascript

JavaScript bundle for vim, this bundle provides syntax and indent plugins.

Indentation of javascript in vim is terrible, and this is the very end of it.

Installation

If you are not using vundle, you really should have a try. Edit your vimrc:

Bundle "pangloss/vim-javascript"

And install it:

:so ~/.vimrc
:BundleInstall

If you prefer tpope's pathogen, that's ok. Just clone it:

cd ~/.vim/bundle
git clone https://github.com/pangloss/vim-javascript.git

Bug report

Report a bug on GitHub Issues.

About

Vastly improved vim's javascript indentation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 94.2%
  • Ruby 5.8%