Cmp-nvim-lsp API Reference

Reference cmp-nvim-lsp module functions and commands for Neovim LSP configuration.

1|Updated Oct 26, 2025
One-click install
npx skills add https://github.com/NeKon69/nvim-dot --skill cmp-nvim-lsp-api-reference
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Cmp-nvim-lsp API Reference
Source: https://github.com/NeKon69/nvim-dot/tree/main/.agents/skills/cmp-nvim-lsp
Command: npx skills add https://github.com/NeKon69/nvim-dot --skill cmp-nvim-lsp-api-reference

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a quick reference for the cmp-nvim-lsp module, helping developers quickly find and use its API functions within Neovim.

Core Features & Use Cases

  • API Indexing: Lists available module functions and their signatures.
  • Command Reference: Highlights any new commands added by the module.
  • Use Case: A developer needs to configure or call a specific function from cmp-nvim-lsp and wants to quickly find its signature and basic usage without digging through source code.

Quick Start

Use the cmp_nvim_lsp skill to set up the module with default capabilities.

Frequently Asked Questions about Cmp-nvim-lsp API Reference

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure cmp-nvim-lsp for LSP completion in Neovim?

To configure LSP completion, use the cmp-nvim-lsp module to set up default capabilities and reference its API functions to integrate completion within Neovim. It facilitates quick lookup of module functions and signatures during development.

What is the cmp-nvim-lsp module used for in Neovim?

The cmp-nvim-lsp module is used for providing LSP completion capabilities in Neovim. It provides an API reference that details module functions and commands, helping developers quickly find signatures and integrate completion without digging through source code.

How do I find the function signatures for cmp-nvim-lsp without reading the source code?

You can find cmp-nvim-lsp function signatures by using this API reference, which indexes available module functions and highlights new commands. It provides quick lookup for signatures and basic usage during Neovim development.

Does cmp-nvim-lsp add any new commands to Neovim?

Yes, the cmp-nvim-lsp API reference highlights any new commands added by the module. You can check the command reference section to quickly find available commands and their basic usage for LSP completion configuration.

Can I use this API reference to set up cmp-nvim-lsp with default capabilities?

Yes, you can use the cmp-nvim-lsp skill to set up the module with default capabilities. The reference provides the necessary module functions and API details to facilitate efficient integration and configuration of LSP completion within Neovim.