chore: remove all copilot references

Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
Lander Van den Bulcke 2025-09-23 08:55:20 +02:00
parent 86ade85ed2
commit 70b5f7dab4
Signed by: lander
GPG key ID: 0142722B4B0C536F
6 changed files with 0 additions and 81 deletions

View file

@ -50,7 +50,6 @@ home-manager.users.<user>.home.packages = [
### Completion
- `cmp.nix`: Configures the cmp completion framework.
- `cmp-copilot.nix`: Adds GitHub Copilot support to cmp.
- `lspkind.nix`: Adds icons to lsp completion items.
- `autopairs.nix`: Adds the autopairs plugin.
- `schemastore.nix`: Adds the schemastore plugin for JSON and YAML schemas.
@ -67,7 +66,6 @@ home-manager.users.<user>.home.packages = [
- `illuminate.nix`: Configures the Illuminate plugin for highlighting other uses of the current word under the cursor.
- `indent-blankline.nix`: Configures the Indent Blankline plugin for displaying indentation levels.
- `todo-comments.nix`: Configures the Todo Comments plugin for highlighting TODO comments.
- `copilot-chat.nix`: Configures the Copilot Chat plugin for interacting with GitHub Copilot.
- `navic.nix`: Configures the Navic plugin, shows the current code context.
### UI Plugins