Copilot LSP: A lightweight and extensible Neovim plugin for integrating GitHub Copilot's AI-powered code suggestions via Language Server Protocol (LSP).

1 Open Issue Need Help Last updated: Jul 3, 2025

Open Issues Need Help

View All on GitHub
Ignore Buffers 2 months ago

AI Summary: The task is to implement a mechanism within the Copilot LSP Neovim plugin to selectively ignore attaching to specific buffers or filetypes. This could involve using a buffer-local variable, a user-configurable list of ignored buffers/filetypes, or leveraging existing Neovim window options to determine which buffers should be excluded from Copilot's code suggestion functionality.

Complexity: 4/5
enhancement good first issue

Copilot LSP: A lightweight and extensible Neovim plugin for integrating GitHub Copilot's AI-powered code suggestions via Language Server Protocol (LSP).

Lua