en un clic
nvim
nvim contient 7 skills collectées depuis petrosAth, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Adds a plugin to this lazy.nvim Neovim config from a GitHub `author/repo` argument (e.g. folke/flash.nvim). Fetches the repo's About tagline for the spec comment, pulls recommended setup from the plugin's docs, generates the spec file in the repo's convention, and handles the lazy-lock.json commit policy. Also covers replacing and removing a plugin.
Adds or edits keybindings in this Neovim config. Use when the user wants to bind a key, add a mapping, change a shortcut, or add a which-key group. Auto-applies when editing plugin/mappings.lua.
Adds or configures a language server (or conform formatter / nvim-lint linter) in this Neovim config's LSP setup. Use when the user wants a new LSP server, per-server settings, or formatter/linter changes. Auto-applies when editing files under lua/plugins/lsp/.
Investigates a Neovim plugin's documentation through a fixed priority chain — Context7 first, then the local clone in ~/.local/share/nvim/lazy/<repo>, then the plugin's GitHub repo. Use whenever you need a plugin's setup options, require-module name, API, keymaps, or lazy-load triggers before installing or configuring it. Also covers Mason-provisioned LSP servers, conform formatters, and nvim-lint linters (e.g. intelephense, phpstan) — these don't have a local lazy clone, so the chain adapts (see Tier 2).
Adds or edits the statusline / winbar in this Neovim config's heirline setup. Use when the user wants a new bar component, a layout/section change, different show-hide rules, or recolored bars. Auto-applies when editing files under lua/plugins/heirline/.
Adds or edits a colorscheme/theme in this Neovim config's palette-based theme engine. Use when the user wants a new colorscheme, a new palette, or tweaks to theme colors/highlight groups. Auto-applies when editing files under lua/themes/ or colors/.
Verifies this Neovim config still loads and passes its linters/formatter after a change. Use after editing any Lua under lua/, plugin/, after/, colors/, or ftdetect/, or whenever asked to check/verify/smoke-test the config. Runs stylua, selene, and a headless Neovim load.