Skip to content

Conversation

@HusuSama
Copy link

@HusuSama HusuSama commented Dec 26, 2025

Zed integration for Kulala, including syntax highlighting, code completion, and request sending.

repo: https://github.com/HusuSama/zed-kulala-http

@cla-bot
Copy link

cla-bot bot commented Dec 26, 2025

We require contributors to sign our Contributor License Agreement, and we don't have @HusuSama on file. You can sign our CLA at https://zed.dev/cla. Once you've signed, post a comment here that says '@cla-bot check'.

@HusuSama
Copy link
Author

@cla-bot check

@cla-bot
Copy link

cla-bot bot commented Dec 26, 2025

The cla-bot has been summoned, and re-checked this pull request!

@cla-bot cla-bot bot added the cla-signed label Dec 26, 2025
@HusuSama HusuSama closed this Dec 26, 2025
@HusuSama HusuSama reopened this Dec 26, 2025
@MrSubidubi MrSubidubi changed the title add kulala-http extension Add kulala-http extension Jan 5, 2026
Copy link
Member

@MrSubidubi MrSubidubi left a comment

Choose a reason for hiding this comment

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

Thanks for this! Could you elaborate how this is different from what #3963 is trying to achieve? Thanks!

@HusuSama
Copy link
Author

HusuSama commented Jan 6, 2026

@MrSubidubi
Yes, this might be the same implementation as in that PR, but I'd like to address some questions that PR didn't answer. The main differences between kulala http and zed-http are as follows:

  1. Syntax highlighting: kulala http and zed-http use different highlighting implementations. kulala http provides more refined syntax highlighting and supports additional formats such as REST.
  2. Autocompletion: zed-http does not support autocompletion, whereas kulala http enables autocompletion via LSP (Language Server Protocol).
  3. Extended features: kulala http offers more extended functionalities, although these may require the kulala_cli tool to actually send requests and fully utilize those features.

@HusuSama
Copy link
Author

HusuSama commented Jan 6, 2026

@MrSubidubi
This PR doesn’t include a repository link, so I can’t tell whether its implementation differs from mine. To the best of my knowledge, I’m the only one who has discussed this specific feature with the author of Kulala. The original discussion is here:
mistweaverco/kulala.nvim#794
Clarifying the differences between our approaches could help determine the best way forward.🫠

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants