Skip to content

feat(clangd): remove proto filetype support, reverting (#2125) #3959

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

Merged
merged 1 commit into from
Jul 18, 2025

Conversation

bugreporter23
Copy link
Contributor

@bugreporter23 bugreporter23 commented Jul 18, 2025

Reverts #2125

The corresponding post was made in 2022, but we now have rich protobuf language servers and formatters such as
buf. Buf already has their stuff registered with mason and nonels, so they're already well integrated into the neovim ecosystem.

There are open hacks to getting around this by explicitly overriding the default settings, but it's more idiomatic to have sensible defaults in the go-to lsp repo. (The current issue is that clangd will attach, fail to parse, then spam the file with bogus error messages).

The corresponding post was made in 2022, but we now have rich protobuf
language servers and formatters such as
[buf](https://github.com/bufbuild/buf).

There are open hacks to getting around this by explicitly overriding the
default settings, but it's more idiomatic to have sensible defaults in
the go-to lsp repo.
@justinmk justinmk merged commit cc6b21e into neovim:master Jul 18, 2025
11 of 12 checks passed
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.

2 participants