Skip to content

Commit f51a88e

Browse files
committed
Update TextFormation plugin URL
The URL for the STTextView-Plugin-TextFormation repository has been updated to point to the fork maintained by krzyzanowskim instead of the original ChimeHQ repository.
1 parent 5ab28dc commit f51a88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The demo applications [TextEdit](TextEdit) and [TextEdit.SwiftUI](TextEdit.Swift
7474
Plugins in an STTextView component offer additional functionalities and customizations beyond the simple text display. They enhance the core capabilities of the text view by adding features such as syntax highlighting, word count tracking, and more. These plugins expand the STTextView's utility while maintaining a modular and adaptable software structure.
7575

7676
- [Plugin-Neon](https://github.com/krzyzanowskim/STTextView-Plugin-Neon) Source Code Syntax Highlighting with [TreeSitter](https://tree-sitter.github.io/tree-sitter/) and [Neon](https://github.com/ChimeHQ/Neon).
77-
- [Plugin-TextFormation](https://github.com/ChimeHQ/STTextView-Plugin-TextFormation) Typing completions with [TextFormation](https://github.com/ChimeHQ/TextFormation).
77+
- [Plugin-TextFormation](https://github.com/krzyzanowskim/STTextView-Plugin-TextFormation) Typing completions with [TextFormation](https://github.com/ChimeHQ/TextFormation).
7878
- [Plugin-Annotations](https://github.com/krzyzanowskim/STTextView-Plugin-Annotations) Anchored annotations (eg. inlined error message)) plugin.
7979
- [Plugin-Template](https://github.com/krzyzanowskim/STTextView-Plugin-Template) Dummy plugin template repository ready to build new plugin.
8080
- ... [add more](https://github.com/topics/sttextview) plugins

0 commit comments

Comments
 (0)