From 8f13ef79e66d9e593fbcf98256873b6d7c0fcd2c Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Fri, 31 Jan 2020 23:28:34 +0900 Subject: Add apex-jorje-lsp --- settings.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) (limited to 'settings.json') 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", -- cgit v1.2.3-54-g00ecf