Skip to content

Commit

Permalink
Add source beautify plugin to formmate css/html/javascript/json.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-tang committed Mar 13, 2013
1 parent 9921c6d commit 3aae865
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitmodules
Expand Up @@ -64,3 +64,12 @@
[submodule "bundle/vim-pathogen"]
path = bundle/vim-pathogen
url = git://github.com/tpope/vim-pathogen.git
[submodule "bundle/jsruntime"]
path = bundle/jsruntime
url = git://github.com/michalliu/jsruntime.vim.git
[submodule "bundle/jsoncodecs"]
path = bundle/jsoncodecs
url = git://github.com/michalliu/jsoncodecs.vim.git
[submodule "bundle/sourcebeautify"]
path = bundle/sourcebeautify
url = git://github.com/michalliu/sourcebeautify.vim.git
2 changes: 2 additions & 0 deletions bundle/Config/plugin/config.vim
Expand Up @@ -27,6 +27,8 @@ set expandtab
set number
" 设置*.ftl file type.
au BufRead,BufNewFile *.ftl set filetype=xml
" 设置*.json file type.
au BufRead,BufNewFile *.json setf json

" 高亮括号对
set showmatch
Expand Down
1 change: 1 addition & 0 deletions bundle/jsoncodecs
Submodule jsoncodecs added at d048f7
1 change: 1 addition & 0 deletions bundle/jsruntime
Submodule jsruntime added at 613e1f
1 change: 1 addition & 0 deletions bundle/sourcebeautify
Submodule sourcebeautify added at 1ceaba

0 comments on commit 3aae865

Please sign in to comment.