X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/0ee596c5c5e11fc79598407eaf22f83d279f7e9e..5a4872f466ebd76ddd532bdf2798554421c53df4:/.vim/bundle/ale/doc/ale-c3.txt?ds=sidebyside diff --git a/.vim/bundle/ale/doc/ale-c3.txt b/.vim/bundle/ale/doc/ale-c3.txt new file mode 100644 index 00000000..18f3ce66 --- /dev/null +++ b/.vim/bundle/ale/doc/ale-c3.txt @@ -0,0 +1,41 @@ +=============================================================================== +ALE C3 Integration *ale-c3-options* + +=============================================================================== +c3lsp *ale-c3-c3lsp* + + *ale-options.c3_c3lsp_executable* + *g:ale_c3_c3lsp_executable* + *b:ale_c3_c3lsp_executable* +c3_c3lsp_executable +g:ale_c3_c3lsp_executable + Type: |String| + Default: `c3lsp` + + This variable can be changed to set the path to c3lsp executable. + + *ale-options.c3_c3lsp_options* + *g:ale_c3_c3lsp_options* + *b:ale_c3_c3lsp_options* +c3_c3lsp_options +g:ale_c3_c3lsp_options + Type: |String| + Default: `''` + + Add command line options to the c3lsp executable. This is useful to specify + the path to the C3 standard library with '-stdlib-path='. + + *ale-options.c3_c3lsp_init_options* + *g:ale_c3_c3lsp_init_options* + *b:ale_c3_c3lsp_init_options* +c3_c3lsp_init_options +g:ale_c3_c3lsp_init_options + Type: |Dictionary| + Default: `{}` + + Dictionary containing configuration settings that will be passed to the + language server. + + +=============================================================================== + vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: