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