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

https://github.com/heavenshell/vim-noqalign

noqalign wrapper for Vim
https://github.com/heavenshell/vim-noqalign

noqalign python vim

Last synced: 2 months ago
JSON representation

noqalign wrapper for Vim

Awesome Lists containing this project

README

          

# vim-noqalign

[![Build Status](https://travis-ci.org/heavenshell/vim-noqalign.svg?branch=master)](https://travis-ci.org/heavenshell/vim-noqalign)

Simple Vim wrapper for [noqalign](https://github.com/AriyaISIHARA/noqalign).

![Asynchronous format](./assets/vim-noqalign.gif)

## Usage

### Invoke manually

Open Python file(only `__init__.py` can available at default)
and just execute `:Noqalign`.

That's it.

### Settings

| Variable | Description | Default value |
|:--------------------|:-------------------------|:---------------------------|
| `g:noqalign_format` | `noqalign` format option | Default value is '--align-'|
| `g:noqalign_strict` | Only run at `__init__.py`| Default is `1` |

## License

New BSD License