SkillAgentSearch skills...

Lazydocs.nvim

Neovim plugin that can generate doxygen comments using treesitter

Install / Use

/learn @jla2000/Lazydocs.nvim
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

lazydocs.nvim

Neovim plugin that generates doxygen comments based on treesitter info. (Currently, only C++ is supported) When you put your cursor on a C++ function declaration or definition, you will have a code action available to generate a doxygen comment.

Please feel free to create PR's or Issues. Any help is appreciated.

Dependencies

Installation

Using lazy.nvim

{
  "jla2000/lazydocs.nvim",
  event = "VeryLazy",
  dependencies = {
    "L3MON4D3/LuaSnip",
    "nvimtools/none-ls.nvim",
    "nvim-treesitter/nvim-treesitter",
  },
  opts = {},
}

Manually

require("lazydocs").setup()

Demo

Demo

Related Skills

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated7mo ago
Forks0

Languages

Lua

Security Score

67/100

Audited on Sep 3, 2025

No findings