Skip to content

refactor(init): merge init logic into setup for simplicity#1422

Merged
deathbeam merged 1 commit into
CopilotC-Nvim:mainfrom
deathbeam:simplify-init
Sep 16, 2025
Merged

refactor(init): merge init logic into setup for simplicity#1422
deathbeam merged 1 commit into
CopilotC-Nvim:mainfrom
deathbeam:simplify-init

Conversation

@deathbeam
Copy link
Copy Markdown
Collaborator

Simplifies plugin initialization by merging the init logic into the setup function. Removes the separate init function and ensures all configuration, provider setup, and chat initialization are handled in setup. This reduces redundancy and makes the initialization flow clearer.

Simplifies plugin initialization by merging the init logic into the setup
function. Removes the separate init function and ensures all configuration,
provider setup, and chat initialization are handled in setup. This reduces
redundancy and makes the initialization flow clearer.

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
@deathbeam deathbeam merged commit 1b176f2 into CopilotC-Nvim:main Sep 16, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant