From 5f54148153a878cc9cbe370adccda0f706251d89 Mon Sep 17 00:00:00 2001 From: William Boman Date: Sun, 10 Oct 2021 19:20:16 +0200 Subject: add keybindings to UI window (#140) - Allows for expanding servers to view more information about it. - Allows for installing/reinstalling/uninstalling servers. The default keybindings is an attempt to mimic vim-fugitive's :Git maps, and these can be overriden. The keybinding implementation in display.lua is a bit hacky, but it works and the "public" API is at least manageable. This will also open up for adding more metadata in the future, such as filetype information, currently installed version, latest available version, etc. Also there's Cowth Vader. --- lua/nvim-lsp-installer/servers/phpactor/init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/nvim-lsp-installer/servers/phpactor/init.lua') diff --git a/lua/nvim-lsp-installer/servers/phpactor/init.lua b/lua/nvim-lsp-installer/servers/phpactor/init.lua index 67a84238..16823520 100644 --- a/lua/nvim-lsp-installer/servers/phpactor/init.lua +++ b/lua/nvim-lsp-installer/servers/phpactor/init.lua @@ -5,6 +5,7 @@ return function(name, root_dir) return server.Server:new { name = name, root_dir = root_dir, + homepage = "https://phpactor.readthedocs.io/en/master/", installer = composer.packages { "phpactor/phpactor" }, default_options = { cmd = { composer.executable(root_dir, "phpactor"), "language-server" }, -- cgit v1.2.3-70-g09d2