summaryrefslogtreecommitdiff
path: root/doc/ale-c.txt
diff options
context:
space:
mode:
authorsridhars <sridhars@users.noreply.github.com>2018-07-24 16:42:26 -0500
committerGitHub <noreply@github.com>2018-07-24 16:42:26 -0500
commit4446cf15bea403204b5097f1bfc74267af32553c (patch)
tree325b0370a3b511efa2a498ee6959fe16c56c1b20 /doc/ale-c.txt
parent0da4c6e4ad009a37b482d301a19b6d024aa0ae0a (diff)
parent341857477011f703664b31d8d76f6872f8399c66 (diff)
downloadale-4446cf15bea403204b5097f1bfc74267af32553c.zip
Merge pull request #1 from w0rp/master
update
Diffstat (limited to 'doc/ale-c.txt')
-rw-r--r--doc/ale-c.txt19
1 files changed, 19 insertions, 0 deletions
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
@@ -64,6 +64,25 @@ g:ale_c_clang_options *g:ale_c_clang_options*
===============================================================================
+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*
g:ale_c_clangformat_executable *g:ale_c_clangformat_executable*