doc(vim/README): add a readme for vim syntax coloring
This commit is contained in:
parent
0a307bf76c
commit
8ce3d44302
1 changed files with 9 additions and 0 deletions
9
src/vim/README.md
Normal file
9
src/vim/README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# Vim Syntax
|
||||
|
||||
The following files are provided:
|
||||
|
||||
- `syntax/lean.vim` (syntax highlighting)
|
||||
- `ftdtect/lean.vim` (detect that `.lean` are lean files)
|
||||
|
||||
Just copy (or symlink) them to the corresponding `~/.vim/syntax/` and
|
||||
`~/.vim/ftdetect/` directories.
|
Loading…
Reference in a new issue