From 4f4bb833855391d2fc2c01a64a61c18424914307 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 17 Apr 2023 11:38:40 +0300 Subject: [PATCH] C headers --- vim/.vim/plugin/lsp.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/.vim/plugin/lsp.vim b/vim/.vim/plugin/lsp.vim index 6820777..9a76421 100644 --- a/vim/.vim/plugin/lsp.vim +++ b/vim/.vim/plugin/lsp.vim @@ -7,7 +7,7 @@ var lspServers: list> for d in [ { - filetype: ["c", "cpp"], + filetype: ["c", "ch", "cpp"], path: "clangd", args: ["--log=error"], }, -- 2.44.0