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

# vim-ficdown
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.
## Pre-requisites
You need to have [Ficdown](https://github.com/rudism/ficdown) >= v1.1.0 installed somewhere.
## Configuration
```vim
let g:ficdown_exe_path='/path/to/ficdown'
```