Merge branch 'main' of github.com:hedyhli/outline.nvim

This commit is contained in:
~hedy
2024-08-22 18:27:17 +08:00

View File

@@ -251,7 +251,7 @@ Show defaults ~
-- below. -- below.
open_hover_on_preview = false, open_hover_on_preview = false,
width = 50, -- Percentage or integer of columns width = 50, -- Percentage or integer of columns
min_width = 50, -- This is the number of columns min_width = 50, -- Minimum number of columns
-- Whether width is relative to the total width of nvim. -- Whether width is relative to the total width of nvim.
-- When relative_width = true, this means take 50% of the total -- When relative_width = true, this means take 50% of the total
-- screen width for preview window, ensure the result width is at least 50 -- screen width for preview window, ensure the result width is at least 50