]> Sergey Matveev's repositories - dotfiles.git/commitdiff
C headers
authorSergey Matveev <stargrave@stargrave.org>
Mon, 17 Apr 2023 08:38:40 +0000 (11:38 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 17 Apr 2023 08:38:40 +0000 (11:38 +0300)
vim/.vim/plugin/lsp.vim

index 6820777cf7e588361273cc8c9601bce84eb81952..9a764211bfcf25a141a6731c8eadc05229ea6ac3 100644 (file)
@@ -7,7 +7,7 @@ var lspServers: list<dict<any>>
 
 for d in [
     {
-        filetype: ["c", "cpp"],
+        filetype: ["c", "ch", "cpp"],
         path: "clangd",
         args: ["--log=error"],
     },