From 3ce811e317512bbdfa4be8bc5c78c253301854c5 Mon Sep 17 00:00:00 2001 From: Steve Dignam Date: Wed, 20 Jul 2016 22:12:22 -0400 Subject: [PATCH] update readme with vim compatibility --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54745e46..4d380ee5 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.