aboutsummaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2020-01-27 12:08:51 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2020-01-27 12:08:51 +0900
commit2b2cc38c2dc2f21321c8f99d25645735bb2db72e (patch)
treebbf539ac8becc59ef5e32eb3c72e49b4c62036f5 /settings.json
parent46193cac27c6ae28f5e85cfb2cdedb2075a43209 (diff)
downloadvim-lsp-settings-2b2cc38c2dc2f21321c8f99d25645735bb2db72e.tar.gz
vim-lsp-settings-2b2cc38c2dc2f21321c8f99d25645735bb2db72e.tar.bz2
vim-lsp-settings-2b2cc38c2dc2f21321c8f99d25645735bb2db72e.zip
Disable efm-langserver in default
Diffstat (limited to 'settings.json')
-rw-r--r--settings.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.json b/settings.json
index 2c971d5..2baf0b4 100644
--- a/settings.json
+++ b/settings.json
@@ -3,6 +3,7 @@
"_": [
{
"command": "efm-langserver",
+ "disabled": true,
"requires": []
}
],