Skip to content

Cleanup more copilot related things - #101

Merged
kdeal merged 1 commit into
mainfrom
push-ztnqtyuqwslr
Jul 18, 2026
Merged

Cleanup more copilot related things#101
kdeal merged 1 commit into
mainfrom
push-ztnqtyuqwslr

Conversation

@kdeal

@kdeal kdeal commented Jul 17, 2026

Copy link
Copy Markdown
Owner

Summary by CodeRabbit

  • New Features

    • Added OpenCode to the environment’s global package installation.
  • Changes

    • Removed Copilot language-server from the default setup and disabled Copilot in Neovim’s LSP configuration.
    • Removed the related Copilot Neovim plugin lock entry.
    • Updated Sidekick configuration to disable nes and adjusted its keybindings (removed some mappings).

@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 479ac5ca-2b91-435f-84ec-a7ecdeed08e5

📥 Commits

Reviewing files that changed from the base of the PR and between 494564d and 8a34b9e.

📒 Files selected for processing (5)
  • xdg_config/cmd_install/config.toml
  • xdg_config/fish/functions/devenv.fish
  • xdg_config/nvim/lazy-lock.json
  • xdg_config/nvim/lua/plugins/llm.lua
  • xdg_config/nvim/lua/plugins/lsp.lua
💤 Files with no reviewable changes (3)
  • xdg_config/nvim/lua/plugins/lsp.lua
  • xdg_config/cmd_install/config.toml
  • xdg_config/nvim/lazy-lock.json
🚧 Files skipped from review as they are similar to previous changes (1)
  • xdg_config/fish/functions/devenv.fish

Walkthrough

The configuration replaces the global Copilot language-server package with opencode-ai@latest, removes Copilot from the default development package list and Neovim LSP setup, and deletes its plugin lock entry. Sidekick NES is disabled, with its suggestion and CLI selection mappings removed while the CLI toggle remains.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title is clearly related to the changes, which remove and reconfigure several Copilot-related tools and settings.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch push-ztnqtyuqwslr

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 494564d60d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

end

set -l packages bat delta eza fd nvim rg copilot-language-server
set -l packages bat delta eza fd nvim rg

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Disable Sidekick NES when dropping Copilot

When this base environment no longer installs copilot-language-server, the Neovim config still loads folke/sidekick.nvim with default nes.enabled and a <Tab> mapping that calls require("sidekick").nes_jump_or_apply() in xdg_config/nvim/lua/plugins/llm.lua. Sidekick’s own requirements state that NES needs the official Copilot language server enabled with vim.lsp.enable (https://github.com/folke/sidekick.nvim#requirements), so fresh installs now keep an enabled-but-nonfunctional NES feature and failing :checkhealth sidekick; if Copilot is intentionally removed, set nes = { enabled = false } or remove the NES keymap too.

Useful? React with 👍 / 👎.

@kdeal
kdeal force-pushed the push-ztnqtyuqwslr branch from 494564d to 8a34b9e Compare July 18, 2026 16:05
@kdeal
kdeal merged commit a5cc4bc into main Jul 18, 2026
3 checks passed
@kdeal
kdeal deleted the push-ztnqtyuqwslr branch July 18, 2026 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant