From 9b4963847d71ea7b53c0bf90a27d4b55fc0696fe Mon Sep 17 00:00:00 2001 From: Andrey Melentyev Date: Sun, 22 Jul 2018 19:30:57 +0200 Subject: Add Clangd language server support for C --- doc/ale-c.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'doc/ale-c.txt') diff --git a/doc/ale-c.txt b/doc/ale-c.txt index c41f3bc8..acff722c 100644 --- a/doc/ale-c.txt +++ b/doc/ale-c.txt @@ -63,6 +63,25 @@ g:ale_c_clang_options *g:ale_c_clang_options* This variable can be changed to modify flags given to clang. +=============================================================================== +clangd *ale-c-clangd* + +g:ale_c_clangd_executable *g:ale_c_clangd_executable* + *b:ale_c_clangd_executable* + Type: |String| + Default: `'clangd'` + + This variable can be changed to use a different executable for clangd. + + +g:ale_c_clangd_options *g:ale_c_clangd_options* + *b:ale_c_clangd_options* + Type: |String| + Default: `''` + + This variable can be changed to modify flags given to clangd. + + =============================================================================== clang-format *ale-c-clangformat* -- cgit v1.2.3