diff options
author | Duc Nghiem-Xuan <git@ducnx.com> | 2020-01-30 00:55:45 +0900 |
---|---|---|
committer | Duc Nghiem-Xuan <git@ducnx.com> | 2020-01-30 00:55:45 +0900 |
commit | 5600aedecf0d1c216ef81623f8983837685b15cb (patch) | |
tree | 80b4d36606047f9814c019efe26d103b3dce7c68 /settings.json | |
parent | 08e6ed76dea1b22d90c9e6ecbdb4a912166396e8 (diff) | |
download | vim-lsp-settings-5600aedecf0d1c216ef81623f8983837685b15cb.tar.gz vim-lsp-settings-5600aedecf0d1c216ef81623f8983837685b15cb.tar.bz2 vim-lsp-settings-5600aedecf0d1c216ef81623f8983837685b15cb.zip |
add fsautocomplete for fsharp
Diffstat (limited to 'settings.json')
-rw-r--r-- | settings.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/settings.json b/settings.json index 7fd1386..609d73a 100644 --- a/settings.json +++ b/settings.json @@ -131,6 +131,10 @@ ], "fsharp": [ { + "command": "fsautocomplete", + "requires": [] + }, + { "command": "fsharp-language-server", "requires": [ "dotnet" |