Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pocke/yaml-path.vim
Display the path of YAML on cursor.
https://github.com/pocke/yaml-path.vim
Last synced: 3 days ago
JSON representation
Display the path of YAML on cursor.
- Host: GitHub
- URL: https://github.com/pocke/yaml-path.vim
- Owner: pocke
- License: apache-2.0
- Created: 2017-12-06T11:50:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T15:17:32.000Z (almost 6 years ago)
- Last Synced: 2024-11-06T13:01:35.823Z (about 2 months ago)
- Language: Vim script
- Homepage:
- Size: 9.77 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
YAML-path.vim
=====Display the path of YAML on cursor.
![peek 2017-12-09 12-54](https://user-images.githubusercontent.com/4361134/33792358-6e3bbc52-dce0-11e7-8c74-a5701a431391.gif)
Usage
-----```vim
:call yaml_path#show()
```Requirements
---- `+if_ruby`
- Ruby 2.3 or higher
- Psych 3.0.0 or higher