This repository has been archived on 2022-02-22. You can view files and clone it, but cannot push or open issues or pull requests.
vim-ficdown/README.md

14 lines
407 B
Markdown
Raw Normal View History

2018-09-25 17:14:56 -05:00
# vim-ficdown
A linter definition for [ALE](https://github.com/w0rp/ale) that provides error checking for Ficdown stories as you write them.
## Pre-requisites
You need to have [Mono](https://www.mono-project.com/) installed an on your path, and you need to have [Ficdown](https://github.com/rudism/ficdown) installed somewhere.
## Configuration
2018-09-25 17:16:09 -05:00
```vim
2018-09-25 17:14:56 -05:00
let g:ficdown_exe_path='/path/to/ficdown.exe'
```