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
417 B
Markdown
Raw Permalink Normal View History

2018-09-25 17:14:56 -05:00
# vim-ficdown
2019-05-12 10:53:45 -05:00
A linter definition for [ALE](https://github.com/w0rp/ale) that provides markdown syntax highlighting and error checking for Ficdown stories as you write them. Expects you to use a `.ficdown` extension on your files.
2018-09-25 17:14:56 -05:00
## Pre-requisites
2019-05-12 10:53:45 -05:00
You need to have [Ficdown](https://github.com/rudism/ficdown) >= v1.1.0 installed somewhere.
2018-09-25 17:14:56 -05:00
## Configuration
2018-09-25 17:16:09 -05:00
```vim
2019-05-12 10:53:45 -05:00
let g:ficdown_exe_path='/path/to/ficdown'
2018-09-25 17:14:56 -05:00
```