u/geertsky

An ansible-doc plugin that looks up keyword under cursor for all types ansible-doc supports in parallel
▲ 15 r/ansible+1 crossposts

An ansible-doc plugin that looks up keyword under cursor for all types ansible-doc supports in parallel

Hi all!

I've just updated my plugin Geertsky/ansible-doc.nvim.

Features

  • Looks up the keyword under the cursor for all types supported by ansible-doc -t.
  • Runs lookups in parallel with a configurable concurrency limit.
  • Prompts with vim.ui.select() when multiple documentation types match.
  • Renders documentation as Markdown.
  • Installs a buffer-local mapping for Ansible YAML buffers.
u/geertsky — 11 days ago