From cc6b21ea16cc12df290152f02513a8bd0ed9d932 Mon Sep 17 00:00:00 2001 From: bugreporter23 Date: Fri, 18 Jul 2025 13:40:53 -0400 Subject: 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. --- lsp/clangd.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lsp/clangd.lua') diff --git a/lsp/clangd.lua b/lsp/clangd.lua index 3a857143..a4443779 100644 --- a/lsp/clangd.lua +++ b/lsp/clangd.lua @@ -62,7 +62,7 @@ end return { cmd = { 'clangd' }, - filetypes = { 'c', 'cpp', 'objc', 'objcpp', 'cuda', 'proto' }, + filetypes = { 'c', 'cpp', 'objc', 'objcpp', 'cuda' }, root_markers = { '.clangd', '.clang-tidy', -- cgit v1.2.3-70-g09d2