Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can code suggestions have the same colorscheme as the actual file? #26

Closed
vitaliydolbilov opened this issue Jan 30, 2025 · 2 comments · Fixed by #25
Closed

Can code suggestions have the same colorscheme as the actual file? #26

vitaliydolbilov opened this issue Jan 30, 2025 · 2 comments · Fixed by #25
Labels
enhancement New feature or request

Comments

@vitaliydolbilov
Copy link

Love the new :Code functionality!

Can it apply the same colors as the files it takes code from/applies to? It would make reading the code much easier. For example a lua file:

Image

Hard to read and follow. Compare to the actual code in the init.lua file:

Image
@default-anton
Copy link
Owner

@vitaliydolbilov Than you for the issue! I will be changing the format for file operations to something like this. As you can see in the image, it already has syntax highlighting.

Image

This format works now if you use Gemini models, and will be expanded to the rest of the LLMs once I switch to using #24

@default-anton default-anton added the enhancement New feature or request label Jan 30, 2025
@default-anton
Copy link
Owner

default-anton commented Jan 31, 2025

Image

In the meantime, I stopped adding underline to every line of suggested changes. This should make it a bit easier on the eyes

978cf83

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants