https://github.com/meain/beautify.vim
Format code using existing tools
https://github.com/meain/beautify.vim
Last synced: 26 days ago
JSON representation
Format code using existing tools
- Host: GitHub
- URL: https://github.com/meain/beautify.vim
- Owner: meain
- Created: 2017-05-17T16:48:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T17:06:20.000Z (almost 8 years ago)
- Last Synced: 2025-02-09T00:18:17.029Z (3 months ago)
- Language: Vim script
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Beautify
> We got a lot of code formatters out there, why not use them ;)
## Usage
Just use the command `:Beautfy` to beautify the buffer you are in.## Supported file types
Dependency in brackets.
* python ( autopep8 )
* json ( js-beautify )
* html ( js-beautify )
* js ( js-beautify )
* css ( js-beautify )## Installing dependencies
### autopep8
`pip install autopep8`### js-beautify
`npm i -g js-beautify`