Skip to content

Commit 663b189

Browse files
authored
Update README.md (#1412)
Hello. This adds Flow and Kate, two editors, to the list of apps that are using FSAutoComplete. I added the respective project websites as the attached link, since they are using it without special configuration or installation. That seems to make the homepage of those comparable unknown editors more useful, with the link to the commit that added support. For confirmation, can you still see the commits here: https://github.com/neurocyte/flow/blob/a299d27b1fbe0109903eb3b0e0fa942cb0ec18a1/src/file_type_lsp.zig#L51-L53 https://invent.kde.org/utilities/kate/-/blob/c2792fc2f988b10cf038c8d05f5d4e115a5ff899/addons/lspclient/settings.json https://github.com/helix-editor/helix/blob/master/languages.toml#L52 I will try to get the superfluous flag in the Kate configuration removed. Helix seems to use `AutomaticWorkspaceInit` by default. I assume this is correct.
1 parent c7a95cb commit 663b189

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The `FsAutoComplete` project (`FSAC`) provides a backend service for rich editin
77

88
It can be hosted using the Language Server Protocol.
99

10-
Currently it is used by:
10+
Currently, it is used by the following extensions:
1111

1212
* [Emacs](https://github.com/fsharp/emacs-fsharp-mode)
1313
* [Neovim](https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#fsautocomplete)
@@ -16,7 +16,14 @@ Currently it is used by:
1616
* [Sublime Text](https://lsp.sublimetext.io/language_servers/#f)
1717
* [Zed](https://github.com/nathanjcollins/zed-fsharp)
1818

19-
It's based on:
19+
And it can be used with the following editors, by simply installing FsAutoComplete directly:
20+
`dotnet tool install --global fsautocomplete`
21+
22+
* [Kate](https://kate-editor.org/)
23+
* [Flow](https://flow-control.dev/)
24+
* [Helix](https://helix-editor.com/)
25+
26+
It is based on:
2027

2128
* [FSharp.Compiler.Service](https://github.com/fsharp/FSharp.Compiler.Service/) for F# language info.
2229
* [Ionide.ProjInfo](https://github.com/ionide/proj-info) for project/solution management.

0 commit comments

Comments
 (0)