summaryrefslogtreecommitdiff
path: root/doc/ale-swift.txt
diff options
context:
space:
mode:
authorDan Loman <daniel.h.loman@gmail.com>2019-04-08 10:22:59 -0700
committerw0rp <w0rp@users.noreply.github.com>2019-04-08 18:22:59 +0100
commitabcefe7a6e2555db924d56e3d88f28cf5b6a55e8 (patch)
treea17036726828aedb50c1b1737b3b6887c8cf7ebd /doc/ale-swift.txt
parent864d0861e47568ca5e69c9cba82af655730ae0d7 (diff)
downloadale-abcefe7a6e2555db924d56e3d88f28cf5b6a55e8.zip
[doc] Add swift support documentation (#2426)
* [doc] Add swift support documentation * [doc] Add swift bullets in main help file * [doc] Add to supported languages and tools txt file as well * Ensure same name styling for help/readme files
Diffstat (limited to 'doc/ale-swift.txt')
-rw-r--r--doc/ale-swift.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/ale-swift.txt b/doc/ale-swift.txt
new file mode 100644
index 00000000..8fa0c06c
--- /dev/null
+++ b/doc/ale-swift.txt
@@ -0,0 +1,21 @@
+===============================================================================
+ALE Swift Integration *ale-swift-options*
+
+
+===============================================================================
+sourcekitlsp *ale-swift-sourcekitlsp*
+
+To enable the SourceKit-LSP you need to install and build the executable as
+described here: https://github.com/apple/sourcekit-lsp#building-sourcekit-lsp
+
+
+g:ale_sourcekit_lsp_executable *g:ale_sourcekit_lsp_executable*
+ *b:ale_sourcekit_lsp_executable*
+ Type: |String|
+ Default: `'sourcekit-lsp'`
+
+ See |ale-integrations-local-executables|
+
+===============================================================================
+ vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
+