Skip to content

Commit

Permalink
update readme with vim compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
sbdchd committed Jul 21, 2016
1 parent 621e842 commit 3ce811e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Neoformat [![Build Status](https://travis-ci.org/sbdchd/neoformat.svg?branch=master)](https://travis-ci.org/sbdchd/neoformat)

A [Neovim](https://neovim.io) plugin for formatting code.
A [Neovim](https://neovim.io) plugin for formatting code, with preliminary support for Vim.

Neoformat uses a variety of formatters for differing filetypes. Currently, Neoformat
will run a formatter _asynchronously_, and on success it will update the current
Expand Down Expand Up @@ -46,6 +46,8 @@ Note: This should be resolved when [`setbufline()`](https://github.com/vim/vim/b
By default, Neoformat reads from the current buffer, not the current file. This
can be changed via the configuration variable `g:neoformat_read_from_buffer`.

With Vim, some of the formatters do not function, e.g. remark.

## Config [Optional]

Define custom formatters.
Expand Down

0 comments on commit 3ce811e

Please sign in to comment.