occupation
Software Developers
description
Use when a user asks to fully remove a Neovim plugin, including plugin files, keymaps, config references, and README documentation.
updated
Menu
SkillsMP has collected 2 skills from tenfyzhong/nvim. Open a skill to review its source and details.
Showing 2 of 2 collected skills.
Use when a user asks to fully remove a Neovim plugin, including plugin files, keymaps, config references, and README documentation.
Install a Neovim plugin configuration from a GitHub URL. Usage '/install-plugin <github-url>'. Parses the URL, fetches plugin documentation, generates optimal lazy.nvim configuration with lazy loading, and saves to `./lua/plugins/`. Optionally updates…