Skip to content

Geertsky/ansible-doc.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ansible-doc.nvim

A small Neovim plugin to look up documentation for Ansible modules, plugins, or keywords, trying all ansible-doc -t types in parallel.

πŸš€ Features

  • Extracts the word under your cursor.
  • Runs ansible-doc -t <type> <keyword> for all types in parallel.
  • Opens a terminal split with the first successful documentation match.
  • Falls back with a warning if no match is found.

πŸ”§ Installation

Using lazy.nvim:

{
  "Geertsky/ansible-doc.nvim",
  config = function()
    require("ansible_doc").setup({
      mapping = "K"  -- or any other keymap you like
    })
  end,
}

About

ansible-doc plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages