Skip to content

Commit

Permalink
Update other editors links
Browse files Browse the repository at this point in the history
  • Loading branch information
federicobucchi committed Jun 5, 2024
1 parent 157fef0 commit b00d2e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _data/tools/editors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
link: https://code.visualstudio.com
guide: /documentation/articles/getting-started-with-vscode-swift.html
- name: Emacs
description: Emacs is an extensible cross-platform text editor. Swift editing support can be enabled through community provided packages.
description: Emacs is an extensible cross-platform text editor. Swift editing support can be enabled through community-provided packages.
link: https://www.gnu.org/software/emacs/
guide: /documentation/articles/zero-to-swift-emacs.html
- name: Neovim
description: Neovim is an extensible cross-platform text editor. Swift editing support can be enabled through your pick of community provided plugins.
description: Neovim is an extensible cross-platform text editor. Swift editing support can be enabled through your pick of community-provided plugins.
link: https://neovim.io/
guide: /documentation/articles/zero-to-swift-nvim.html
- name: Other Editors
description: Any editor that supports the Language Server Protocol (LSP) can use SourceKit-LSP to provide intelligent editor functionality for Swift.
link: https://github.com/apple/sourcekit-lsp/tree/main/Editors#other-editors
guide: https://github.com/apple/sourcekit-lsp/tree/main/Editors#other-editors
link: https://github.com/apple/sourcekit-lsp/tree/main/Documentation/Editor%20Integration.md
guide: https://github.com/apple/sourcekit-lsp/tree/main/Documentation/Editor%20Integration.md

0 comments on commit b00d2e8

Please sign in to comment.