diff --git a/lua/navigator/reference.lua b/lua/navigator/reference.lua index e899e45..40ae622 100644 --- a/lua/navigator/reference.lua +++ b/lua/navigator/reference.lua @@ -83,7 +83,7 @@ local ref_view = function(err, locations, ctx, cfg) local wwidth = vim.api.nvim_get_option('columns') local mwidth = _NgConfigValues.width - width = math.min(width + 30, 120, math.floor(wwidth * mwidth)) + width = math.min(width + 30, math.floor(wwidth * mwidth)) -- log(items) -- log(width) opts = {