diff options
Diffstat (limited to 'lua/nvim-lsp-installer/servers/vuels/init.lua')
| -rw-r--r-- | lua/nvim-lsp-installer/servers/vuels/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-lsp-installer/servers/vuels/init.lua b/lua/nvim-lsp-installer/servers/vuels/init.lua index ff251e6b..d208c0a3 100644 --- a/lua/nvim-lsp-installer/servers/vuels/init.lua +++ b/lua/nvim-lsp-installer/servers/vuels/init.lua @@ -5,6 +5,7 @@ return function(name, root_dir) return server.Server:new { name = name, root_dir = root_dir, + homepage = "https://github.com/vlang/vls", installer = npm.packages { "vls" }, default_options = { cmd = { npm.executable(root_dir, "vls"), "--stdio" }, |
