Skip to content

segoon/yaml-navigation.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

The goal of the plugin is to provide simple navigation through "gd" for $refs in YAML files.

Quickstart

Installation

If you use vim-plug, write the following into your init.lua config file:

plug('segoon/yaml-navigate.nvim')
...
vim.call('plug#end')

require("yaml-navigation").setup()

Usage

Just press gd while being located at $ref value.

About

nvim plugin for $ref navigation through YAML files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages