diff options
Diffstat (limited to 'lua/nvim-lsp-installer/servers/rescriptls/init.lua')
| -rw-r--r-- | lua/nvim-lsp-installer/servers/rescriptls/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-lsp-installer/servers/rescriptls/init.lua b/lua/nvim-lsp-installer/servers/rescriptls/init.lua index caec9d53..590eafc5 100644 --- a/lua/nvim-lsp-installer/servers/rescriptls/init.lua +++ b/lua/nvim-lsp-installer/servers/rescriptls/init.lua @@ -7,6 +7,7 @@ return function(name, root_dir) return server.Server:new { name = name, root_dir = root_dir, + homepage = "https://github.com/rescript-lang/rescript-vscode", installer = { context.github_release_file("rescript-lang/rescript-vscode", function(version) return ("rescript-vscode-%s.vsix"):format(version) |
