Skip to content

Commit

Permalink
Fix LSP link and add more commands
Browse files Browse the repository at this point in the history
  • Loading branch information
bluk committed Nov 8, 2018
1 parent ade9aec commit 6069a2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Key mappings and commands such as:
* `:SwiftPMBuild` to build the current package source or tests.
* `:SwiftPMTest` to run the package tests.
* `:SwiftPMTestFunctionOnly` to run the current test under the cursor.
* `:SwiftPMTestGenerateLinuxMain` to generate the code to run existing tests on Linux.
* `:SwiftPMGenerateXcodeProject` to generate an Xcode project.

### SwiftFormat Support

Expand Down Expand Up @@ -115,4 +117,4 @@ You may be interested in other similar projects:
[doc_dir]: doc/
[swift_vim]: https://github.com/keith/swift.vim
[vim-swift]: https://github.com/toyamarinyon/vim-swift
[apple_lsp]: https://forums.swift.org/t/new-lsp-language-service-supporting-swift-and-c-family-languages-for-any-editor-and-platform/17024/41
[apple_lsp]: https://forums.swift.org/t/new-lsp-language-service-supporting-swift-and-c-family-languages-for-any-editor-and-platform/17024

0 comments on commit 6069a2b

Please sign in to comment.