Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

yaml-schema-detect

URL: https://github.com/cwrau/yaml-schema-detect.nvim/

Maintainers: Fran Cirka


A Neovim plugin that automatically detects and applies YAML schemas for your YAML files using yaml-language-server (yamlls)

plugins.yaml-schema-detect.enable

Whether to enable yaml-schema-detect.nvim.

Type: boolean

Default: false

Example: true

Declared by:

plugins.yaml-schema-detect.package

The yaml-schema-detect.nvim package to use.

Type: package

Default: pkgs.vimPlugins.yaml-schema-detect-nvim

Declared by:

plugins.yaml-schema-detect.autoLoad

Whether to automatically load yaml-schema-detect.nvim when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.yaml-schema-detect.settings

Options provided to the require('yaml-schema-detect').setup function.

Type: attribute set of anything

Default: { }

Example:

{
  keymap = {
    cleanup = "<leader>yc";
    info = "<leader>yi";
    refresh = "<leader>yr";
  };
}

Declared by: