fix: support multiple clients in lsp code actions (#722)

* fix: support multiple clients in lsp code actions

* no goto

* reduce diff a bit

* use displayer, also include lsp client name for each entry

* review comments
This commit is contained in:
William Boman
2021-04-21 02:48:29 +02:00
committed by GitHub
parent 13dae8c4d9
commit 3adeab2bed
3 changed files with 55 additions and 14 deletions

View File

@@ -15,7 +15,7 @@ git.files = function(opts)
local show_untracked = utils.get_default(opts.show_untracked, true)
local recurse_submodules = utils.get_default(opts.recurse_submodules, false)
if show_untracked and recurse_submodules then
error("Git does not suppurt both --others and --recurse-submodules")
error("Git does not support both --others and --recurse-submodules")
end
-- By creating the entry maker after the cwd options,