Merge branch 'master' of github.com:hedyhli/symbols-outline.nvim

This commit is contained in:
hedy
2023-11-06 09:32:03 +08:00

View File

@@ -134,8 +134,7 @@ Key:
< <
- ✅ Open handler checks if view is not already open (#235 by eyalz800) - ✅ Open handler checks if view is not already open (#235 by eyalz800)
- ✅ auto_jump config param - ✅ auto_jump config param (#229 by stickperson)
(#229 by stickperson)
**Renamed to auto_goto for consistency** **Renamed to auto_goto for consistency**
- ✅ Update nerd fonts to 3.0 (#225 by anstadnik) - ✅ Update nerd fonts to 3.0 (#225 by anstadnik)
- ✅ fix(folding): optimize fold/unfold all (#223 by wjdwndud0114) - ✅ fix(folding): optimize fold/unfold all (#223 by wjdwndud0114)
@@ -313,7 +312,8 @@ Default values are shown:
-- Whether to highlight the currently hovered symbol (high cpu usage) -- Whether to highlight the currently hovered symbol (high cpu usage)
highlight_hovered_item = true, highlight_hovered_item = true,
-- Options for outline guides -- Options for outline guides.
-- Only in this fork
guides = { guides = {
enabled = true, enabled = true,
markers = { markers = {
@@ -328,6 +328,7 @@ Default values are shown:
-- Automatically open hover_symbol when opening toggle_preview (see keymaps). -- Automatically open hover_symbol when opening toggle_preview (see keymaps).
-- If you disable this you can still open hover_symbol using your keymap -- If you disable this you can still open hover_symbol using your keymap
-- below. -- below.
-- Only in this fork
open_hover_on_preview = true, open_hover_on_preview = true,
-- Border option for floating preview window. -- Border option for floating preview window.
-- Options include: single/double/rounded/solid/shadow or an array of border -- Options include: single/double/rounded/solid/shadow or an array of border
@@ -338,13 +339,14 @@ Default values are shown:
-- Auto close the outline window if goto_location is triggered and not for -- Auto close the outline window if goto_location is triggered and not for
-- peek_location -- peek_location
auto_close = false, auto_close = false,
-- Automatically go to location in code when navigating outline window -- Automatically go to location in code when navigating outline window.
-- Only in this fork
auto_goto = false, auto_goto = false,
-- Vim options for the outline window -- Vim options for the outline window
show_numbers = false, show_numbers = false,
show_relative_numbers = false, show_relative_numbers = false,
show_cursorline = true, show_cursorline = true, -- Only in this fork
-- Show extra details with the symbols (lsp dependent) -- Show extra details with the symbols (lsp dependent)
show_symbol_details = true, show_symbol_details = true,
-- Highlight group for the preview background -- Highlight group for the preview background