diff options
Diffstat (limited to 'settings.json')
-rw-r--r-- | settings.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/settings.json b/settings.json index 105ca15..c374e70 100644 --- a/settings.json +++ b/settings.json @@ -1,5 +1,12 @@ { "$schema": "https://mattn.github.io/vim-lsp-settings/schema.json", + "_": [ + { + "command": "efm-langserver", + "disabled": true, + "requires": [] + } + ], "c": [ { "command": "clangd", |