]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
clangd is not found
authorYegappan Lakshmanan <yegappan@yahoo.com>
Mon, 17 Jan 2022 04:55:23 +0000 (20:55 -0800)
committerYegappan Lakshmanan <yegappan@yahoo.com>
Mon, 17 Jan 2022 04:55:23 +0000 (20:55 -0800)
test/unit_tests.vim

index 07eb8ed9aec33bb7d857248d97f4bd46ce9a2fd8..98c5af31bf64947986e81c21bce6f1fd43daa13a 100644 (file)
@@ -10,7 +10,7 @@ set rtp+=../
 source ../plugin/lsp.vim
 var lspServers = [{
       filetype: ['c', 'cpp'],
-      path: '/usr/bin/clangd',
+      path: '/usr/bin/clangd-12',
       args: ['--background-index', '--clang-tidy']
   }]
 lsp#addServer(lspServers)