aboutsummaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
Diffstat (limited to 'settings.json')
-rw-r--r--settings.json33
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",