bugfix for test workflow

neovim_0.6
ray-x 2 years ago
parent cdee0ec57b
commit f06b6b5a1a

@ -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

Loading…
Cancel
Save