From: Sergey Matveev Date: Mon, 17 Apr 2023 08:38:40 +0000 (+0300) Subject: C headers X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=4f4bb833855391d2fc2c01a64a61c18424914307 C headers --- 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"], },