diff options
Diffstat (limited to 'settings.json')
-rw-r--r-- | settings.json | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/settings.json b/settings.json index b453245..83cb3b5 100644 --- a/settings.json +++ b/settings.json @@ -107,7 +107,7 @@ { "command": "vim-language-server", "requires": [ - "yarn" + "npm" ] } ], @@ -172,5 +172,21 @@ "java" ] } + ], + "fortran": [ + { + "command": "fortls", + "requires": [ + "python3" + ] + } + ], + "scala": [ + { + "command": "metals", + "requires": [ + "java" + ] + } ] } |