Skip to content

Commit cc6b21e

Browse files
feat(clangd): remove proto filetype support #3959
Since #2125, 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 protobuf lsp repo.
1 parent d393400 commit cc6b21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp/clangd.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ end
6262

6363
return {
6464
cmd = { 'clangd' },
65-
filetypes = { 'c', 'cpp', 'objc', 'objcpp', 'cuda', 'proto' },
65+
filetypes = { 'c', 'cpp', 'objc', 'objcpp', 'cuda' },
6666
root_markers = {
6767
'.clangd',
6868
'.clang-tidy',

0 commit comments

Comments
 (0)