Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mattn/vim-sqlfmt


https://github.com/mattn/vim-sqlfmt

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# vim-sqlfmt

![SQLFmt is SQL formatter](https://raw.githubusercontent.com/mattn/vim-sqlfmt/master/screenshot.gif)

:SQLFmt

vim plugin for SQL code format. similar to `:GoFmt`.

## Installation

This plugin require andialbrecht's sqlformat command

```
$ pip install --upgrade sqlparse
```

## Author

Yasuhiro Matsumoto (a.k.a. mattn)