Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stephpy/vim-yaml
Override vim syntax for yaml files
https://github.com/stephpy/vim-yaml
Last synced: about 2 months ago
JSON representation
Override vim syntax for yaml files
- Host: GitHub
- URL: https://github.com/stephpy/vim-yaml
- Owner: stephpy
- Created: 2013-09-20T09:48:01.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-04-11T20:25:38.000Z (almost 4 years ago)
- Last Synced: 2024-10-13T23:09:02.479Z (3 months ago)
- Language: Vim script
- Size: 16.6 KB
- Stars: 216
- Watchers: 4
- Forks: 41
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - stephpy/vim-yaml - Override vim syntax for yaml files (others)
README
Vim Yaml
========Syntax file from [http://www.vim.org/scripts/script.php?script_id=739](http://www.vim.org/scripts/script.php?script_id=739)
Yaml files in vim 7.4 are really slow, due to core yaml syntax. This syntax is simpler/faster.
`g:yaml_limit_spell`
-------------------Set to `1` to limit spell checking (if spelling is enabled) to Yaml comments and
strings.