Add javascript specific config.

Currently syntax folding does nothing, change to indent for now.
This commit is contained in:
Thomas Gideon 2015-03-26 16:20:34 -04:00
parent 2f3fe3b782
commit 817b5c81c4
2 changed files with 2 additions and 0 deletions

1
javascript.vim Normal file
View file

@ -0,0 +1 @@
autocmd FileType java set fdm=indent

1
vimrc
View file

@ -6,6 +6,7 @@ let oldwd = getcwd()
exec "cd " . vimrc_git
source vundle.vim
source java.vim
source javascript.vim
exec "cd " . oldwd
filetype plugin indent on