fixed config syntax hilighting

This commit is contained in:
Rudis Muiznieks 2018-09-25 17:16:09 -05:00 committed by GitHub
parent e2381e4986
commit 615e82ce0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ You need to have [Mono](https://www.mono-project.com/) installed an on your path
## Configuration
```vimscript
```vim
let g:ficdown_exe_path='/path/to/ficdown.exe'
```