diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-01-31 23:28:34 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-01-31 23:28:34 +0900 |
commit | 8f13ef79e66d9e593fbcf98256873b6d7c0fcd2c (patch) | |
tree | 07cc62e840e5f4f9edaab83c633c4d4b8ec2bdf1 /settings.json | |
parent | 0de3365372e86bfba9296b1254266161d4ba44ff (diff) | |
download | vim-lsp-settings-8f13ef79e66d9e593fbcf98256873b6d7c0fcd2c.tar.gz vim-lsp-settings-8f13ef79e66d9e593fbcf98256873b6d7c0fcd2c.tar.bz2 vim-lsp-settings-8f13ef79e66d9e593fbcf98256873b6d7c0fcd2c.zip |
Add apex-jorje-lsp
Diffstat (limited to 'settings.json')
-rw-r--r-- | settings.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/settings.json b/settings.json index 0b417c7..8180e12 100644 --- a/settings.json +++ b/settings.json @@ -9,6 +9,24 @@ ] } ], + "apex": [ + { + "command": "apex-jorje-lsp", + "requires": [ + "java" + ], + "vim-plugin": { + "extensions": [ + "apxc", + "apxt", + "cls", + "trigger", + "tgr" + ], + "name": "ejholmes/vim-forcedotcom" + } + } + ], "c": [ { "command": "clangd", @@ -490,6 +508,21 @@ ] } ], + "visualforce": [ + { + "command": "apex-jorje-lsp", + "requires": [ + "java" + ], + "vim-plugin": { + "extensions": [ + "vfp", + "vfc" + ], + "name": "ejholmes/vim-forcedotcom" + } + } + ], "vue": [ { "command": "vls", |