From f06b6b5a1a69a75e3bddfc549c3e7d3c834cdd1c Mon Sep 17 00:00:00 2001 From: ray-x Date: Thu, 25 Nov 2021 23:21:24 +1100 Subject: [PATCH] bugfix for test workflow --- tests/minimal.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/minimal.vim b/tests/minimal.vim index 56f54ab..870f14f 100644 --- a/tests/minimal.vim +++ b/tests/minimal.vim @@ -39,7 +39,9 @@ require'lspconfig'.gopls.setup{} require'navigator'.setup({ debug = false, -- log output, set to true and log path: ~/.local/share/nvim/gh.log - code_action_icon = " ", + + icons={code_action_icon = " "}, + width = 0.75, -- max width ratio (number of cols for the floating window) / (window width) height = 0.3, -- max list window height, 0.3 by default preview_height = 0.35, -- max height of preview windows