aboutsummaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
authorDuc Nghiem-Xuan <git@ducnx.com>2020-01-30 00:55:45 +0900
committerDuc Nghiem-Xuan <git@ducnx.com>2020-01-30 00:55:45 +0900
commit5600aedecf0d1c216ef81623f8983837685b15cb (patch)
tree80b4d36606047f9814c019efe26d103b3dce7c68 /settings.json
parent08e6ed76dea1b22d90c9e6ecbdb4a912166396e8 (diff)
downloadvim-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.json4
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"