1
0
mirror of https://github.com/akelge/zsh synced 2025-08-15 14:28:35 +00:00

Moved to Vundle

Adopted vim-templates plugin, instead of homegrown skeleton
This commit is contained in:
2015-01-09 15:02:11 +00:00
parent 4671504dd5
commit 7e6736fbef
129 changed files with 29294 additions and 2 deletions

View File

@ -0,0 +1,13 @@
This is a mirror of http://www.vim.org/scripts/script.php?script_id=2727
a plugin to format your javascript souce code
A js version can be found at:
http://jsbeautifier.org/
I just translated it into vimscript, it works at a low performance:)
usage:
<leader>ff
or
bind the g:Jsbeautify() function to any short key you like